Changeset [6b81227dbee76d0b577d03a17398ec876056375a] by Wandenberg
January 8th, 2017 @ 11:52 AM
add tests to dbmigrate django command
https://github.com/guilhermechapiewski/simple-db-migrate/commit/6b8...
Committed by Wandenberg
- A tests/apps/__init__.py
- A tests/apps/app1/__init__.py
- A tests/apps/app1/migrations/a.migration
- A tests/apps/app2/__init__.py
- A tests/apps/app3/__init__.py
- A tests/apps/app3/migrations/b.migration
- A tests/django_command_test.py
- A tests/django_test_settings.py
- M ".gitignore"
- M Makefile
- M setup.py
- M simple_db_migrate/db_migrate/management/commands/dbmigrate.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
simple-db-migrate is a database migration tool inpired on Rails migrations. For more info check the project website: http://guilhermechapiewski.github.com/simple-db-migrate/