Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy authored Sep 10, 2023
1 parent 07be26e commit 14e7522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forum/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
# ALLOWED_HOSTS = ['localhost', '127.0.0.1', '[::1]', '0.0.0.0']
# ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['localhost', '127.0.0.1', '[::1]', '0.0.0.0', '178.212.110.52']

# Application definition

Expand Down

0 comments on commit 14e7522

Please sign in to comment.