From 2fbc41109e1aa07a81aef6ff6f61cb023cb28b9e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 20 Feb 2015 07:37:19 +0100 Subject: SPhinx documentation. --- documentation/migrations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/migrations.rst') 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 -- cgit