remove accidental commit to settings.py that was made for local network testing (ALLOWED_HOSTS)
This commit is contained in:
parent
1fb35c79a6
commit
1639a079b8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
Loading…
Reference in a new issue