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