aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-09-13 23:51:20 -0400
committerBobby <[email protected]>2024-09-13 23:51:20 -0400
commit4a3cbf2aacf4bce239c3455f928d700ea0200b95 (patch)
tree3c6b07758cd7fd31ed35d286f0ce9d8e31166d12
parent601a152f9c6d60c7d65e154245b94d51d2be3443 (diff)
downloadyugen-4a3cbf2aacf4bce239c3455f928d700ea0200b95.tar.xz
yugen-4a3cbf2aacf4bce239c3455f928d700ea0200b95.zip
Update Hosts
-rw-r--r--yugen/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/yugen/settings.py b/yugen/settings.py
index 8e94b00..2bf552c 100644
--- a/yugen/settings.py
+++ b/yugen/settings.py
@@ -31,9 +31,9 @@ DEBUG = True if os.environ.get("DEBUG") == "True" else False
ALLOWED_HOSTS = ["127.0.0.1", "localhost", "anime.rize.moe"]
CSRF_TRUSTED_ORIGINS = [
- "anime.rize.moe",
- "localhost",
- "127.0.0.1",
+ "https://anime.rize.moe",
+ "http://localhost",
+ "http://127.0.0.1",
]
AUTH_USER_MODEL = "authentication.User"