First time here? Check out the FAQ!

Revision history  [back]

I was having the same issue here, and I found that I should run this command in askbot main directory where is 'locale' directory located, in my case I have two directories

/apache/askbot

The main app directory contains the 'templates' and 'locale' directories...etc. and

/apache/http/app

Where 'static' directory located and the manage.py and settings.py files

So in my case to make the following commands work correctly

$ python manage.py jinja2_makemessages 
$ python manage.py compilemessages 
$ python manage.py makemessages

simply do the following

$ cd /apache/askbot
$ python ../http/app/manage.py compilemessages