This commit is contained in:
Ross
2021-07-26 10:37:39 +01:00
parent f16e5b7c5c
commit 593b5f2361
5 changed files with 11 additions and 2 deletions
+1
View File
@@ -53,6 +53,7 @@ INSTALLED_APPS = [
"tagulous",
"dbbackup",
"rest_framework",
"tinymce",
]
MIDDLEWARE = [
+3 -1
View File
@@ -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)