initial commit

This commit is contained in:
karmaking 2024-01-15 11:46:04 +01:00
parent a9497f2141
commit 09f08d8a7b

View File

@ -26,3 +26,7 @@ DATABASES = {
}
}
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
SESSION_COOKIE_SECURE = False
SESSION_COOKIE_HTTPONLY = False
CSRF_COOKIE_HTTPONLY = False
CSRF_COOKIE_SECURE = False