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