How to Install and Uninstall python3-django-test-without-migrations Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 07,2024

1. Install "python3-django-test-without-migrations" package

Please follow the guidance below to install python3-django-test-without-migrations on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-django-test-without-migrations

2. Uninstall "python3-django-test-without-migrations" package

Please follow the guidance below to uninstall python3-django-test-without-migrations on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-django-test-without-migrations $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-test-without-migrations package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-test-without-migrations
Architecture: all
Version: 0.6-5
Priority: optional
Section: universe/python
Source: django-test-without-migrations
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Herbert Parentes Fortes Neto
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: python3-django, python3:any
Filename: pool/universe/d/django-test-without-migrations/python3-django-test-without-migrations_0.6-5_all.deb
Size: 6292
MD5sum: 557cb24d3a8f235c6f8d1209e5fc187c
SHA1: b02d203368171fb8d8fd7290e88139cc9f3e1fde
SHA256: 9dd869acc399611b74b5f4f6af66f075938363062782ce7678c66a3112d9cd92
SHA512: 30415b223479553b93e5c0bdec52bbe0dfb38fdd4dc5b032c20a4ddfa7afb71a3e99e3a4c36b3e6a8144a71bc76d723eafda028cc6360371b499273a53462cbc
Homepage: https://pypi.python.org/pypi/django-test-without-migrations
Description-en: Disable migrations when running your tests (Python 3)
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+.
Description-md5: f11ed578d469d85c02e023cb7efc53a7