ok new plan

This commit is contained in:
alydev 2024-05-09 17:42:06 +10:00
parent 648eef2f6c
commit d7305cf372
No known key found for this signature in database
GPG key ID: F4D2C7A426DDA1BD
6 changed files with 7 additions and 96 deletions

View file

@ -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