I\'m trying to create some Functional tests for a Django app that uses South migrations. Eventually, I will also be creating Twill tests.
When I try to run the exist
The South setting SOUTH_TESTS_MIGRATE controls this behaviour.
Add this line to your settings.py file:
settings.py
SOUTH_TESTS_MIGRATE = False