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

7 lines
94 B
Python

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