feat: added product variants
This commit is contained in:
@@ -13,6 +13,14 @@ if not DEBUG:
|
||||
|
||||
ALLOWED_HOSTS.append(socket.gethostbyname(socket.gethostname()))
|
||||
|
||||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
||||
SECURE_SSL_REDIRECT = True
|
||||
SESSION_COOKIE_SECURE = True
|
||||
CSRF_COOKIE_SECURE = True
|
||||
SECURE_HSTS_SECONDS = 3600
|
||||
SECURE_HSTS_INCLUDE_SUBDOMAINS = False
|
||||
SECURE_HSTS_PRELOAD = False
|
||||
|
||||
|
||||
DJANGO_APPS = [
|
||||
'unfold', # before django.contrib.admin
|
||||
|
||||
Reference in New Issue
Block a user