Work on sandbox bundling for webpack

This commit is contained in:
Brian Jacobel
2017-04-11 16:39:39 -04:00
parent 3b43fb38a4
commit a2323797f5
19 changed files with 81 additions and 42 deletions

View File

@@ -27,9 +27,6 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
######################### Testing overrides ####################################
# Needed for the reset database management command
INSTALLED_APPS += ('django_extensions',)
# Redirect to the test_root folder within the repo
TEST_ROOT = REPO_ROOT / "test_root"
GITHUB_REPO_ROOT = (TEST_ROOT / "data").abspath()

View File

@@ -861,6 +861,7 @@ INSTALLED_APPS = (
# Maintenance tools
'maintenance',
'django_extensions',
# Tracking
'track',