5 lines
109 B
Python
5 lines
109 B
Python
from .base import *
|
|
|
|
ALLOWED_HOSTS = ['*']
|
|
META_SITE_DOMAIN = '00dani.dev'
|
|
META_FB_APPID = '142105433189339'
|