From e4f2e171b5fae733316e580cfcd29e0abcb2ab55 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 28 Aug 2014 00:12:41 +0200 Subject: [PATCH] docs: document python manage.py compilemessages --- docs/admin.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/admin.rst b/docs/admin.rst index 0ccd822..b3f6142 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -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. - -