Fix dev settings to use .lo instead of .dev
This commit is contained in:
parent
c5c0f4258b
commit
cfeb206154
1 changed files with 3 additions and 3 deletions
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue