Skip to content

Commit 8091b4d

Browse files
committed
Change ALLOWED_HOSTS format
1 parent 517840b commit 8091b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_13_metrics/microposts/microposts/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = '*'
28+
ALLOWED_HOSTS = ['*']
2929

3030

3131
# Application definition

0 commit comments

Comments
 (0)