README: Update database migration method for Django 1.10.
This commit is contained in:
parent
271f7a8c5b
commit
5b43b6d3f3
1 changed files with 1 additions and 0 deletions
|
@ -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::
|
||||||
|
|
Loading…
Reference in a new issue