python_suite.py
1.46 KB
- 
Add option to disable migrations when running tests · 2586f09dBy 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