Added csrf trsuted origin in settings.py
This commit is contained in:
Binary file not shown.
@@ -32,6 +32,8 @@ DEBUG = True
|
|||||||
|
|
||||||
ALLOWED_HOSTS = ['dms4mis.iotsignin.com']
|
ALLOWED_HOSTS = ['dms4mis.iotsignin.com']
|
||||||
|
|
||||||
|
CSRF_TRUSTED_ORIGINS = ['https://dms4mis.iotsignin.com']
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user