index.community/backend/settings/dev.py

7 lines
67 B
Python
Raw Normal View History

2018-08-26 22:31:53 +00:00
from .base import *
DEBUG = True
ALLOWED_HOSTS += ['localhost']