[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:
Peter Pfeufer 2022-08-07 02:00:56 +02:00
parent 635fbfe2c8
commit b026277ab0
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -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