sage_stream back in business
This commit is contained in:
@@ -40,7 +40,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'rest_framework',
|
||||
#'sage_stream',
|
||||
'sage_stream',
|
||||
'core'
|
||||
]
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ urlpatterns = [
|
||||
path('auth/', include('django.contrib.auth.urls')),
|
||||
path('', include('core.urls')),
|
||||
path('api/', include('api.urls')),
|
||||
#path('api/', include('sage_stream.api.urls')),
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user