tests.py
9.87 KB
-
Add option to disable migrations when running tests · 2586f09d
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed