We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3586a commit d9a8c2cCopy full SHA for d9a8c2c
todo_list/settings.py
@@ -46,7 +46,7 @@
46
# SECURITY WARNING: don't run with debug turned on in production!
47
DEBUG = True
48
49
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = os.environ["ALLOWED_HOSTS"].split(" ")
50
51
52
# Application definition
0 commit comments