Private
Public Access
1
0

some changes

This commit is contained in:
Sander Roosendaal
2021-12-16 16:13:58 +01:00
parent bcfeb28854
commit bdb0e55ca4
13 changed files with 31 additions and 846 deletions

View File

@@ -67,7 +67,7 @@ INSTALLED_APPS = [
'django_rq',
# 'django_rq_dashboard',
# 'translation_manager',
'django_mailbox',
# 'django_mailbox',
'rest_framework',
'datetimewidget',
'rest_framework_swagger',

View File

@@ -13,7 +13,7 @@ Including another URLconf
1. Import the include() function: from django.conf.urls import url, include
2. Add a URL to urlpatterns: re_path(r'^blog/', include('blog.urls'))
"""
from django.conf.urls import url,include
from django.conf.urls import include
from django.urls import path, re_path
from django.conf import settings
from django.conf.urls.static import static