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 new issue