Fix dev settings to use .lo instead of .dev

This commit is contained in:
Danielle McLean 2022-03-12 15:03:26 +11:00
parent c5c0f4258b
commit cfeb206154
1 changed files with 3 additions and 3 deletions

View File

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