ok new plan
This commit is contained in:
parent
648eef2f6c
commit
d7305cf372
6 changed files with 7 additions and 96 deletions
|
|
@ -26,7 +26,7 @@ SECRET_KEY = os.environ.get("SECRET_KEY")
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = bool(os.environ.get("DEBUG"))
|
||||
|
||||
ALLOWED_HOSTS = ["captain.captain.localhost", "127.0.0.1"]
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue