Run using a separate domain for static assets in dev as well, to closer match production

This commit is contained in:
Danielle McLean 2018-06-19 15:58:08 +10:00
parent ee12c15d1c
commit fca5b3259d
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 2 additions and 0 deletions

View File

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