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.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-05-21 08:22:59 -0500
Seen: 24 times
Last updated: May 21 '12
psycopg2 - support for version 2.4.2
New install, exception when registering
AlwaysData Install internal server error.
On first Settings page login, error: "Database is locked"
Re-installing askbot - skin css
Error when saving user information
Question missing from question_revision table!
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Have you reached the step about askbot-setup? I would expect file
zaf ( 2012-05-21 09:31:41 -0500 )editmanage.pyto be insidesetup_templates/, and after you runpython askbot-setupas described in documentation, thenmanage.pywill appear on your project root directory (the one you run your commands and where setup.py lives).