@@ -32,6 +32,7 @@ INSTALLED_APPS = [
|
||||
'fetcher.apps.FetcherConfig',
|
||||
'users.apps.UsersConfig',
|
||||
'views.apps.ViewsConfig',
|
||||
'lists.apps.ListsConfig',
|
||||
]
|
||||
|
||||
"""Middlewares on every call"""
|
||||
|
||||
@@ -10,6 +10,7 @@ urlpatterns = [
|
||||
path('auth/', include('users.urls')),
|
||||
path('api/brainz/', include('fetcher.urls')),
|
||||
path('api/users/', include('users.api_urls')),
|
||||
path('api/lists/', include('lists.urls')),
|
||||
]
|
||||
|
||||
handler400 = 'views.views.handle400'
|
||||
|
||||
Reference in New Issue
Block a user