Skip to content

Commit

Permalink
Update settings.py added instance ip
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrcx authored Aug 28, 2024
1 parent b238a0d commit 8910e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learnDjango/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False

ALLOWED_HOSTS = ['bcohort.com', 'www.bcohort.com', 'localhost', '127.0.0.1']
ALLOWED_HOSTS = ['bcohort.com', 'www.bcohort.com', '3.110.159.143', 'localhost', '127.0.0.1']


# Application definition
Expand Down

0 comments on commit 8910e2d

Please sign in to comment.