diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-06 14:53:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-06 14:53:31 +0100 |
commit | c7720beccddf20343027d350bf7b8e4353c82fb5 (patch) | |
tree | b2e3b94b07ecd6c00a80a5d77374895f090d3d63 | |
parent | Simplified manager.py. (diff) | |
download | newspipe-c7720beccddf20343027d350bf7b8e4353c82fb5.tar.gz newspipe-c7720beccddf20343027d350bf7b8e4353c82fb5.tar.bz2 newspipe-c7720beccddf20343027d350bf7b8e4353c82fb5.zip |
updated documentation (db migration section).
-rw-r--r-- | documentation/migrations.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migrations.rst b/documentation/migrations.rst index 69f6c974..97d2c0f9 100644 --- a/documentation/migrations.rst +++ b/documentation/migrations.rst @@ -14,11 +14,11 @@ Local migrations .. code-block:: bash - $ python manage.py db upgrade + $ python manager.py db upgrade Remote migrations ----------------- .. code-block:: bash - $ heroku run python manage.py db upgrade + $ heroku run python manager.py db upgrade |