forked from 00dani/lemoncurry
Set the short base URL to my new short domain
This commit is contained in:
parent
93e3fa5412
commit
65ff5f947a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ DATABASES['default'] = {
|
||||||
'USER': 'lemoncurry',
|
'USER': 'lemoncurry',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SHORT_BASE_URL = 'https://nya.as/'
|
||||||
|
|
||||||
STATIC_ROOT = join(BASE_DIR, '..', 'static')
|
STATIC_ROOT = join(BASE_DIR, '..', 'static')
|
||||||
MEDIA_ROOT = join(BASE_DIR, '..', 'media')
|
MEDIA_ROOT = join(BASE_DIR, '..', 'media')
|
||||||
STATIC_URL = 'https://cdn.00dani.me/'
|
STATIC_URL = 'https://cdn.00dani.me/'
|
||||||
|
|
Loading…
Reference in a new issue