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.
Comments
Have you reached the step about askbot-setup? I would expect file
manage.py
to be insidesetup_templates/
, and after you runpython askbot-setup
as described in documentation, thenmanage.py
will appear on your project root directory (the one you run your commands and where setup.py lives).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.`