You've already forked hotpocket
BTHLABS-63: Production deployment workflow
This commit is contained in:
@@ -17,6 +17,9 @@ MIDDLEWARE = [
|
||||
'whitenoise.middleware.WhiteNoiseMiddleware',
|
||||
]
|
||||
|
||||
SESSION_COOKIE_SAMESITE = 'Lax'
|
||||
SESSION_COOKIE_SECURE = False
|
||||
|
||||
STORAGES['staticfiles'] = { # noqa: F405
|
||||
'BACKEND': 'whitenoise.storage.CompressedManifestStaticFilesStorage',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user