Skip to content

Commit

Permalink
Merge pull request #23 from amakarudze/fix-domain
Browse files Browse the repository at this point in the history
Fix domain setting
  • Loading branch information
amakarudze authored Nov 9, 2024
2 parents 558b929 + 345ed82 commit dff2cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
DEBUG = os.environ.get("DJANGO_DEBUG")

ALLOWED_HOSTS = [
"https://2025.djangocon.africa/",
"2025.djangocon.africa",
"127.0.0.1",
"localhost",
]
Expand Down

0 comments on commit dff2cf2

Please sign in to comment.