Actually use STATIC_URL in a way that will work with compress

This commit is contained in:
Danielle McLean 2017-10-23 15:56:13 +11:00
parent 3b5713361a
commit 888e01cb43
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
from .base import *
ALLOWED_HOSTS = ['*']
STATIC_URL = 'https://static.00dani.dev/'
MEDIA_URL = STATIC_URL + 'media/'