docs: add note for migration script

This commit is contained in:
Adrien Lemaire 2019-04-24 11:16:58 +09:00
parent aeeedaf746
commit 7717360753

View file

@ -300,6 +300,10 @@ django-todo uses pytest exclusively for testing. The best way to run the suite i
pip install --editable . pip install --editable .
pytest -x -v pytest -x -v
## Contribution notes
To generate new migrations, run `./make_migrations.py`
## Version History ## Version History
**2.4.6** Use `defaults` hash for default settings, update perms and tests **2.4.6** Use `defaults` hash for default settings, update perms and tests