Skip to content

Commit

Permalink
Update settings.py added a A record name aws
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrcx authored Aug 28, 2024
1 parent 8910e2d commit 1c0e7e7
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', '3.110.159.143', 'localhost', '127.0.0.1']
ALLOWED_HOSTS = ['bcohort.com', 'simple.bcohort.com', '3.110.159.143', 'localhost', '127.0.0.1']


# Application definition
Expand Down

0 comments on commit 1c0e7e7

Please sign in to comment.