.
This commit is contained in:
@@ -53,6 +53,7 @@ INSTALLED_APPS = [
|
||||
"tagulous",
|
||||
"dbbackup",
|
||||
"rest_framework",
|
||||
"tinymce",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
+3
-1
@@ -65,7 +65,9 @@ urlpatterns = [
|
||||
|
||||
|
||||
path('api/', include(router.urls)),
|
||||
path('api-auth/', include('rest_framework.urls'))
|
||||
path('api-auth/', include('rest_framework.urls')),
|
||||
|
||||
path('tinymce/', include('tinymce.urls')),
|
||||
]
|
||||
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user