README: Update database migration method for Django 1.10.

This commit is contained in:
Brett Smith 2017-11-30 11:47:54 -05:00
parent 271f7a8c5b
commit 5b43b6d3f3

View file

@ -14,6 +14,7 @@ You'll need Python 3, Django, and Ledger::
Create the database:: Create the database::
$ ./manage.py makemigrations supporters
$ ./manage.py migrate $ ./manage.py migrate
Load data from Ledger. Depending on how you've configured Ledger, you may need to tell it where to find the books with Supporter payments. You can pass additional arguments to configure how the import is done; run the script with the ``--help`` flag for details. A typical first import looks like:: Load data from Ledger. Depending on how you've configured Ledger, you may need to tell it where to find the books with Supporter payments. You can pass additional arguments to configure how the import is done; run the script with the ``--help`` flag for details. A typical first import looks like::