summaryrefslogtreecommitdiff
path: root/config/settings.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-06-09 14:15:37 -0400
committerluxagraf <sng@luxagraf.net>2014-06-09 14:15:37 -0400
commit7048489fdcc67eb0b32e8ace2ffc03ded42025ea (patch)
treeeaa1fc6bc63f5bbe1d072017065193ff1f365d21 /config/settings.py
parent63c62d596dfe49a3675f125b6481f138bdbf2498 (diff)
fixed display, added author tags and an h-card to the footer
Diffstat (limited to 'config/settings.py')
-rw-r--r--config/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.py b/config/settings.py
index a7d51e2..7f204b8 100644
--- a/config/settings.py
+++ b/config/settings.py
@@ -25,7 +25,7 @@ DATABASES = {
TIME_ZONE = 'America/New_York'
LANGUAGE_CODE = 'en-us'
SITE_ID = 1
-SITE_URL = 'http://luxagraf.net/'
+SITE_URL = 'https://luxagraf.net/'
USE_I18N = False
USE_L10N = True
USE_TZ = False