Skip to content

Commit

Permalink
added allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenarbw committed Nov 18, 2024
1 parent db66066 commit 92d4487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


ALLOWED_HOSTS = ["2025.djangocon.africa"]
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "2025.djangocon.africa"]


# SECURITY WARNING: keep the secret key used in production secret!
Expand Down

0 comments on commit 92d4487

Please sign in to comment.