Skip to content

Commit

Permalink
fix: change error
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamovAkrom committed Nov 21, 2024
1 parent b278141 commit 1564ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

ALLOWED_HOSTS = str(os.getenv("ALLOWED_HOSTS")).split(",")

CSRF_TRUSTED_ORIGINS = str(os.getenv("CSRF_TRUSTED_ORIGINS")).split(",")
# CSRF_TRUSTED_ORIGINS = str(os.getenv("CSRF_TRUSTED_ORIGINS")).split(",")

INSTALLED_APPS = THIRD_PARTY_APPS + DEFAULT_APPS + PROJECT_APPS # noqa

Expand Down

0 comments on commit 1564ffb

Please sign in to comment.