Skip to content

This helps you delete all the migration files of Django with simple command.

License

Notifications You must be signed in to change notification settings

thejimmylin/django-management-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-delete-migrations

Some of my Django management commands.

Usages

Just like the other Django management commands.

python manage.py dumpdatautf8
python manage.py flushcontenttypes
python manage.py flushmigrations

Meta

Jimmy Lin b00502013@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/thejimmylin/

Contributing

  1. Fork it (https://github.com/thejimmylin/django-management-commands/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

This helps you delete all the migration files of Django with simple command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages