Add option to disable migrations when running tests
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.
Showing
openedx/core/djangolib/nose.py
0 → 100644
Please
register
or
sign in
to comment