remove accidental commit to settings.py that was made for local network testing (ALLOWED_HOSTS)

This commit is contained in:
Sanjay B 2021-10-27 16:24:05 +05:30
parent 1fb35c79a6
commit 1639a079b8

View file

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