Migrations will now run during Acceptance tests
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user