From cfeb206154377998649826d8ef3ff17cfb70e522 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 12 Mar 2022 15:03:26 +1100 Subject: [PATCH] Fix dev settings to use .lo instead of .dev --- lemoncurry/settings/dev.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lemoncurry/settings/dev.py b/lemoncurry/settings/dev.py index 012c06d..999387d 100644 --- a/lemoncurry/settings/dev.py +++ b/lemoncurry/settings/dev.py @@ -1,7 +1,7 @@ from .base import * ALLOWED_HOSTS = ['*'] -META_SITE_DOMAIN = '00dani.dev' +META_SITE_DOMAIN = '00dani.lo' META_FB_APPID = '142105433189339' -STATIC_URL = 'https://static.00dani.dev/' -MEDIA_URL = STATIC_URL + 'media/' +STATIC_URL = 'https://static.00dani.lo/' +MEDIA_URL = 'https://media.00dani.lo/'