mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02: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