index.community/backend/settings/dev.py
2018-08-27 02:43:22 +02:00

7 lines
67 B
Python

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