Forgot dem settings
This commit is contained in:
@@ -7,6 +7,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||||||
env = environ.Env(
|
env = environ.Env(
|
||||||
DEBUG=(bool, True),
|
DEBUG=(bool, True),
|
||||||
ALLOWED_HOSTS=(list, ['*']),
|
ALLOWED_HOSTS=(list, ['*']),
|
||||||
|
CSRF_TRUSTED_ORIGINS=(list, ['*']),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Read .env if present
|
# Read .env if present
|
||||||
|
|||||||
Reference in New Issue
Block a user