Set the short base URL to my new short domain

This commit is contained in:
Danielle McLean 2017-10-30 14:25:40 +11:00
parent 93e3fa5412
commit 65ff5f947a
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 2 additions and 0 deletions

View File

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