diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.py | 2 |
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 |