Fix cookies not being set on new frontend deployment
This commit is contained in:
parent
1e30620e92
commit
57ca334887
2 changed files with 4 additions and 1 deletions
|
|
@ -1173,7 +1173,7 @@ Examples:
|
|||
- ``^api/mycustompath/``
|
||||
|
||||
"""
|
||||
CSRF_USE_SESSIONS = True
|
||||
CSRF_USE_SESSIONS = False
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
|
||||
|
||||
ACCOUNT_USERNAME_BLACKLIST = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue