seeeeeeeee
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -39,6 +39,8 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'rest_framework',
|
||||
'sage_stream',
|
||||
'core'
|
||||
]
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ urlpatterns = [
|
||||
path('', include('core.urls')),
|
||||
path('/', include('core.urls')),
|
||||
path('status/', include('core.urls')),
|
||||
path('api/', include('sage_stream.api.urls')),
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user