Some serialization BS

This commit is contained in:
Aarni Halinen
2020-08-04 01:04:38 +03:00
parent e03b6e6606
commit 38669947cd
7 changed files with 80 additions and 39 deletions
+1 -3
View File
@@ -127,9 +127,7 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'auditlog.middleware.AuditlogMiddleware'
]
MIDDLEWARE_CLASSES = [
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
]
CORS_ORIGIN_ALLOW_ALL = True
ROOT_URLCONF = 'sikweb.urls'