updated Settings
This commit is contained in:
@@ -126,7 +126,7 @@ USE_I18N = True
|
|||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['127.0.0.1', 'jakerasp', 'jakerasp.rainbow-herring.ts.net', 'localhost']
|
ALLOWED_HOSTS = ['127.0.0.1', 'jakerasp', 'jakerasp.rainbow-herring.ts.net', 'localhost', 'jakerasp.rainbow-herring.ts.net',]
|
||||||
|
|
||||||
# Sessions settings
|
# Sessions settings
|
||||||
SESSION_ENGINE = 'django.contrib.sessions.backends.db'
|
SESSION_ENGINE = 'django.contrib.sessions.backends.db'
|
||||||
@@ -134,6 +134,7 @@ SESSION_COOKIE_AGE = 86400
|
|||||||
|
|
||||||
# Production Server BS over here
|
# Production Server BS over here
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
|
'https://jakerasp.rainbow-herring.ts.net',
|
||||||
'https://jakerasp.rainbow-herring.ts.net',
|
'https://jakerasp.rainbow-herring.ts.net',
|
||||||
'http://127.0.0.1'
|
'http://127.0.0.1'
|
||||||
'http://jakerasp',
|
'http://jakerasp',
|
||||||
|
|||||||
Reference in New Issue
Block a user