from .base import * DEBUG = True ALLOWED_HOSTS = ['localhost'] CORS_ORIGIN_ALLOW_ALL = True