Skip to content

Commit

Permalink
add 0.0.0.0 to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
climu committed Jul 11, 2023
1 parent 15b9d3d commit a1c86d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstudyroom/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@

WAGTAIL_SITE_NAME = 'openstudyroom'

ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '0.0.0.0']

#do that before migrate
AUTH_USER_MODEL = 'league.User'
Expand Down

0 comments on commit a1c86d4

Please sign in to comment.