1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Needed for Django 1.10

This commit is contained in:
Drew Larson 2017-01-01 22:07:22 -06:00
parent 5573a56296
commit 5d7f89c66e

View File

@ -66,3 +66,5 @@ DEBUG_TOOLBAR_CONFIG = {
}
CORS_ORIGIN_ALLOW_ALL = True
ALLOWED_HOSTS = ['workstand.docker']