Skip to content

Commit

Permalink
Merge pull request #755 from Studio-Yandex-Practicum/bugfix/update_al…
Browse files Browse the repository at this point in the history
…lowed_hosts

Update ALLOWED_HOSTS
  • Loading branch information
AntonZelinsky authored Feb 7, 2024
2 parents 5725d88 + 330e4d3 commit 4e8f950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from .base import * # noqa

ALLOWED_HOSTS += [
"2022.lubimovka.ru",
"lubimovka.art",
"www.lubimovka.art",
]

# SECURITY WARNING: don't run with debug turned on in production!
Expand Down

0 comments on commit 4e8f950

Please sign in to comment.