python3-django-test-without-migrations

Disable migrations when running your tests (Python 3)

Description

Test Without Migrations is a manage.py test command extension.

The Django 1.7 and 1.8 migration backend demands that you create a migration every time you change a model.

This can be inconvenient when you’re just trying to explore your models code.

In older Django versions, with South you could use the SOUTH_TEST_MIGRATIONS settings to tell Django to simply create all model tables without running migrations.

This app adds this capability to Django by extending the 'manage.py test' command with a –nomigrations option.

Test Without Migrations works with Django 1.7+.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pypi.python.org/pypi/django-test-without-migrations


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-django-test-without-migrations