aboutsummaryrefslogtreecommitdiff
path: root/documentation/migrations.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-20 07:37:19 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-20 07:37:19 +0100
commit2fbc41109e1aa07a81aef6ff6f61cb023cb28b9e (patch)
tree401ca548670c525ea02f24635b24658d784f1900 /documentation/migrations.rst
parentUpdated README. (diff)
downloadnewspipe-2fbc41109e1aa07a81aef6ff6f61cb023cb28b9e.tar.gz
newspipe-2fbc41109e1aa07a81aef6ff6f61cb023cb28b9e.tar.bz2
newspipe-2fbc41109e1aa07a81aef6ff6f61cb023cb28b9e.zip
SPhinx documentation.
Diffstat (limited to 'documentation/migrations.rst')
-rw-r--r--documentation/migrations.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migrations.rst b/documentation/migrations.rst
index f29c7a19..69f6c974 100644
--- a/documentation/migrations.rst
+++ b/documentation/migrations.rst
@@ -12,13 +12,13 @@ are used to ease remote migrations.
Local migrations
----------------
-.. code:: bash
+.. code-block:: bash
$ python manage.py db upgrade
Remote migrations
-----------------
-.. code:: bash
+.. code-block:: bash
$ heroku run python manage.py db upgrade
bgstack15