Commit 0954bd09 by Brian Beggs

Migrations will now run during Acceptance tests

parent ae50d4d6
...@@ -195,3 +195,7 @@ SECRET_KEY = uuid.uuid4().hex ...@@ -195,3 +195,7 @@ SECRET_KEY = uuid.uuid4().hex
############################### PIPELINE ####################################### ############################### PIPELINE #######################################
PIPELINE_ENABLED = False 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 = {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment