diff --git a/pr_manager/settings.py b/pr_manager/settings.py index a4423ff..e4b0cea 100644 --- a/pr_manager/settings.py +++ b/pr_manager/settings.py @@ -37,6 +37,7 @@ SECRET_KEY = "django-insecure-$r6lfcq8rev&&=chw259o$0o7t-!!%clc2ahs3xg$^z+gkms76 DEBUG = bool(int(_config["BASE"].get("DEBUG", "1"))) ALLOWED_HOSTS = ["*"] +CSRF_TRUSTED_ORIGINS = ["http://110.40.30.95:10008"] # Application definition