diff options
| author | Bobby <[email protected]> | 2022-07-18 10:49:37 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-18 10:49:37 +0530 |
| commit | 450c9a65cd3490eabf6a4b2a9efaa92fb1284080 (patch) | |
| tree | fd4a6bff5b0c67e6933530d88c85c62740569ea8 | |
| parent | 8a0e7324dff3a7d7a8de40100788e49c734c1c92 (diff) | |
| download | thatcomputerscientist-450c9a65cd3490eabf6a4b2a9efaa92fb1284080.tar.xz thatcomputerscientist-450c9a65cd3490eabf6a4b2a9efaa92fb1284080.zip | |
Allowing all hosts temporarily
| -rw-r--r-- | thatcomputerscientist/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py index 239c6abf..7a04e338 100644 --- a/thatcomputerscientist/settings.py +++ b/thatcomputerscientist/settings.py @@ -29,7 +29,7 @@ SECRET_KEY = 'django-insecure--8^hnd!ymuui4c2hu0$x9_j@eylb2tpr1xiq@xr2a(2vfwc=2_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["*"] # Application definition |
