Skip to content

Commit 1564ffb

Browse files
committed
fix: change error
1 parent b278141 commit 1564ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

21-
CSRF_TRUSTED_ORIGINS = str(os.getenv("CSRF_TRUSTED_ORIGINS")).split(",")
21+
# CSRF_TRUSTED_ORIGINS = str(os.getenv("CSRF_TRUSTED_ORIGINS")).split(",")
2222

2323
INSTALLED_APPS = THIRD_PARTY_APPS + DEFAULT_APPS + PROJECT_APPS # noqa
2424

0 commit comments

Comments
 (0)