Actually use STATIC_URL in a way that will work with compress
This commit is contained in:
parent
3b5713361a
commit
888e01cb43
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
from .base import *
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
STATIC_URL = 'https://static.00dani.dev/'
|
||||
MEDIA_URL = STATIC_URL + 'media/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue