diff options
| author | Bobby <[email protected]> | 2024-09-13 23:51:20 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-13 23:51:20 -0400 |
| commit | 4a3cbf2aacf4bce239c3455f928d700ea0200b95 (patch) | |
| tree | 3c6b07758cd7fd31ed35d286f0ce9d8e31166d12 | |
| parent | 601a152f9c6d60c7d65e154245b94d51d2be3443 (diff) | |
| download | yugen-4a3cbf2aacf4bce239c3455f928d700ea0200b95.tar.xz yugen-4a3cbf2aacf4bce239c3455f928d700ea0200b95.zip | |
Update Hosts
| -rw-r--r-- | yugen/settings.py | 6 |
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" |
