Revision history [back]
Cannot call python manage.py compilemessages
Hi,
There is no manage.py
in the repo. I understand that askbot-setup
creates one in the django app dir, but then commands like compilemessages
complain with this message:
CommandError: This script should be run from the Django Git checkout or your project or app tree, or with the settings module specified.
How can I launch commands like makemessages
, compilemessages
for my checkout?
I realise that I may not have run python setup.py
with the develop
command…