Unable to find manage.py
 

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
QQQ's avatar
11
QQQ
asked 12 years ago

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 (12 years ago)

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 (10 years ago)
see more comments