mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 21:01:42 +01:00
[MISC] Clarify URL format
Seems his is causing confusion, so add a note that the URL should be without a trailing slash
This commit is contained in:
parent
635fbfe2c8
commit
b026277ab0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user