initial commit
This commit is contained in:
@@ -36,6 +36,7 @@ INSTALLED_APPS = [
|
||||
'venues.apps.VenuesConfig',
|
||||
'players.apps.PlayersConfig',
|
||||
'lineups.apps.LineupsConfig',
|
||||
'teamsnap.apps.TeamsnapConfig',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
||||
@@ -27,5 +27,6 @@ urlpatterns = [
|
||||
path('teams/', include('teams.urls')),
|
||||
path('venues/', include('venues.urls')),
|
||||
path('players/', include('players.urls')),
|
||||
path('lineups/', include('lineups.urls'))
|
||||
path('lineups/', include('lineups.urls')),
|
||||
path('teamsnap/', include('teamsnap.urls'))
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user