Skip to content

Commit

Permalink
change settings for allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraPoturaeva committed Nov 19, 2023
1 parent 8ca1602 commit af1e7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sports_events/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.getenv('DEBUG')

ALLOWED_HOSTS = []
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS').split(' ')

# Application definition

Expand Down

0 comments on commit af1e7db

Please sign in to comment.