lemoncurry/lemoncurry/settings/dev.py

4 lines
43 B
Python
Raw Normal View History

from .base import *
ALLOWED_HOSTS = ['*']