Skip to content

Commit

Permalink
Append to existing ALLOWED_HOSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Feb 21, 2023
1 parent b1e8eed commit 3851733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quizcon/settings_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'quizcon.main',
]

ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
ALLOWED_HOSTS += ['127.0.0.1'] # noqa

MIDDLEWARE += [ # noqa
'quizcon.main.middleware.WhoDidItMiddleware'
Expand Down

0 comments on commit 3851733

Please sign in to comment.