From 65ff5f947a9a3bd4c4a63eed19e53db387bc94ac Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 30 Oct 2017 14:25:40 +1100 Subject: [PATCH] Set the short base URL to my new short domain --- lemoncurry/settings/prod.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemoncurry/settings/prod.py b/lemoncurry/settings/prod.py index 8871ad8..46430b7 100644 --- a/lemoncurry/settings/prod.py +++ b/lemoncurry/settings/prod.py @@ -15,6 +15,8 @@ DATABASES['default'] = { 'USER': 'lemoncurry', } +SHORT_BASE_URL = 'https://nya.as/' + STATIC_ROOT = join(BASE_DIR, '..', 'static') MEDIA_ROOT = join(BASE_DIR, '..', 'media') STATIC_URL = 'https://cdn.00dani.me/'