docs: document python manage.py compilemessages

This commit is contained in:
Thomas Waldmann 2014-08-28 00:12:41 +02:00
parent 6800ecadeb
commit e4f2e171b5

View File

@ -317,7 +317,10 @@ After upgrading the code, you'll usually need to run::
This fixes your database schema so it is compatible with the new code.
Maybe you also need the next command (we bundle .mo files, but if you run into
troubles with them, try this)::
python manage.py compilemessages
Of course, you'll also need to restart the django/wsgi processes, so the new
code gets loaded.