forked from 00dani/lemoncurry
Set separate domain for static files
This commit is contained in:
parent
6992678689
commit
541830a5ec
1 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,5 @@ DATABASES['default'] = {
|
|||
'NAME': 'lemoncurry',
|
||||
'USER': 'lemoncurry',
|
||||
}
|
||||
STATIC_URL = 'https://cdn.00dani.me/'
|
||||
MEDIA_URL = STATIC_URL + 'media/'
|
||||
|
|
Loading…
Reference in a new issue