.
This commit is contained in:
@@ -55,6 +55,7 @@ INSTALLED_APPS = [
|
||||
"dbbackup",
|
||||
"rest_framework",
|
||||
"tinymce",
|
||||
"select2",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -76,6 +76,9 @@ urlpatterns = [
|
||||
path('api-auth/', include('rest_framework.urls')),
|
||||
|
||||
path('tinymce/', include('tinymce.urls')),
|
||||
|
||||
path('select2/', include('select2.urls')),
|
||||
|
||||
]
|
||||
|
||||
#handler400 = 'my_app.views.bad_request'
|
||||
|
||||
Reference in New Issue
Block a user