from .base import * ALLOWED_HOSTS = ['*'] STATIC_URL = 'https://static.00dani.dev/' MEDIA_URL = STATIC_URL + 'media/'