Unable to find manage.py

asked 2012-05-21 08:22:59 -0500

QQQ's avatar

Hi use git and got the latest from the repository then I followed the instructions till database initialization. Some how I am unable to figure from where I should execute my command mention under database initialization process. I went over all the directories which I have from git but none of them have manage.py.

edit retag flag offensive close merge delete

Comments

Have you reached the step about askbot-setup? I would expect file manage.py to be inside setup_templates/, and after you run python askbot-setup as described in documentation, then manage.py will appear on your project root directory (the one you run your commands and where setup.py lives).

zaf's avatar zaf  ( 2012-05-21 09:31:41 -0500 )edit

But then commands like `compilemessages` complain `CommandError: This script should be run from the Django Git checkout or your project or app tree, or with the settings module specified.`

ProfGra's avatar ProfGra  ( 2014-07-14 01:48:48 -0500 )edit