Migrations will now run during Acceptance tests

This commit is contained in:
Brian Beggs
2015-11-25 12:57:02 -05:00
parent ae50d4d6fb
commit 0954bd0928

View File

@@ -195,3 +195,7 @@ SECRET_KEY = uuid.uuid4().hex
############################### PIPELINE #######################################
PIPELINE_ENABLED = False
# We want to make sure that any new migrations are run
# see https://groups.google.com/forum/#!msg/django-developers/PWPj3etj3-U/kCl6pMsQYYoJ
MIGRATION_MODULES = {}