forked from 00dani/lemoncurry
Run using a separate domain for static assets in dev as well, to closer match production
This commit is contained in:
parent
ee12c15d1c
commit
fca5b3259d
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@ from .base import *
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
META_SITE_DOMAIN = '00dani.dev'
|
META_SITE_DOMAIN = '00dani.dev'
|
||||||
META_FB_APPID = '142105433189339'
|
META_FB_APPID = '142105433189339'
|
||||||
|
STATIC_URL = 'https://static.00dani.dev/'
|
||||||
|
MEDIA_URL = STATIC_URL + 'media/'
|
||||||
|
|
Loading…
Reference in a new issue