Merge branch 'clarify-url-format' into 'master'

[MISC] Clarify URL format

See merge request allianceauth/allianceauth!1450
This commit is contained in:
Ariel Rin 2022-09-07 06:18:43 +00:00
commit 94e4895f29

View File

@ -14,6 +14,7 @@ STATIC_ROOT = "/var/www/{{ project_name }}/static/"
SITE_NAME = '{{ project_name }}' SITE_NAME = '{{ project_name }}'
# This is your websites URL, set it accordingly # This is your websites URL, set it accordingly
# Make sure this URL is WITHOUT a trailing slash
SITE_URL = "https://example.com" SITE_URL = "https://example.com"
# Django security # Django security