index.community/backend/backend/settings/development.py

7 lines
94 B
Python
Raw Normal View History

2018-08-26 22:31:53 +00:00
from .base import *
DEBUG = True
2019-02-20 16:18:12 +00:00
ALLOWED_HOSTS = ['localhost']
2018-08-26 22:31:53 +00:00
2019-02-20 20:54:08 +00:00
CORS_ORIGIN_ALLOW_ALL = True