From b026277ab048ac512964f8a201e0920386a59d4a Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 7 Aug 2022 02:00:56 +0200 Subject: [PATCH] [MISC] Clarify URL format Seems his is causing confusion, so add a note that the URL should be without a trailing slash --- allianceauth/project_template/project_name/settings/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/allianceauth/project_template/project_name/settings/local.py b/allianceauth/project_template/project_name/settings/local.py index 92034550..296bee02 100644 --- a/allianceauth/project_template/project_name/settings/local.py +++ b/allianceauth/project_template/project_name/settings/local.py @@ -14,6 +14,7 @@ STATIC_ROOT = "/var/www/{{ project_name }}/static/" SITE_NAME = '{{ project_name }}' # This is your websites URL, set it accordingly +# Make sure this URL is WITHOUT a trailing slash SITE_URL = "https://example.com" # Django security