# Installation *pip install reinit-migrations*
# Release 0.1 ## Usage Add reinit_migrations to INSTALLED_APPS *./manage reinit_migrations* It will delete all the applied migrations from the disk and the db. Useful when migration files are too many and it slows down the computer. Reset migrations using this utility and run makemigration then fake all of them.
# Release 0.2 ## Usage Add reinit_migrations to INSTALLED_APPS *./manage reinit_migrations* This will delete migrations for all apps from db and disk ./manage reinit_migrations –apps app1 app2 app3 …* This will delete migration for app1, app2, app3 only.
## Release 0.6 Separate your apps into three lists ` DEFAULTS = [django framework apps] THIRD_PARTY_APPS = [third party apps] LOCAL_APPS = [your apps] INSTALLED_APPS = DEFAULT + THIRD_PARTY_APPS + LOCAL_APPS ` this app will work on LOCAL_APPS only.
As always pull requests are welcome :)
Release files for reinit-migrations 0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reinit-migrations-0.6.tar.gz | 15.3 kB | Details |
Release files / reinit-migrations-0.6.tar.gz
| Download URL | reinit-migrations-0.6.tar.gz |
|---|---|
| Size | 15.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43005a869b5e0c743478449f767bf20edd3d0a0c541bb7d2c44f44519ccbccac
|
|
BLAKE2b-256 checksum How to use checksums |
6a97e0d5eaebe252fdc0514b3635c113feadaa589cd27ef272a99e4f473e0abf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|