Commit 1c89998f authored by Michal Čihař's avatar Michal Čihař

Document migration on Django 1.8

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3811c5ad
......@@ -267,7 +267,12 @@ virtualenv and :file:`examples/migrate-south` script:
examples/migrate-south --settings weblate.settings
Once you have done that, you can run Django 1.7 migrations and work as usual.
Once you have done that, you can run Django migrations and work as usual. For
the initial setup, you might need to fake some of the migrations though:
.. code-block:: sh
./manage.py migrate --fake-initial
.. _pootle-migration:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment