restpi/restpi/settings/local.py.sample

10 wiersze
234 B
Plaintext
Czysty Zwykły widok Historia

2019-01-28 00:09:01 +00:00
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
2019-01-28 21:58:55 +00:00
2019-01-30 23:18:37 +00:00
ALLOWED_HOSTS = ['*']
CORS_ALLOW_CREDENTIALS = True
CORS_ORIGIN_ALLOW_ALL = True
CORS_ORIGIN_WHITELIST = (
'localhost',
'http//:localhost:63342'
)