From 77173607536ba3f11a3e8965b926cef5e4ca62ec Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Wed, 24 Apr 2019 11:16:58 +0900 Subject: [PATCH] docs: add note for migration script --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51df4d6..343bde5 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,10 @@ django-todo uses pytest exclusively for testing. The best way to run the suite i pip install --editable . pytest -x -v +## Contribution notes + +To generate new migrations, run `./make_migrations.py` + ## Version History **2.4.6** Use `defaults` hash for default settings, update perms and tests