First time here? Check out the FAQ!

Jmons's profile - activity

2011-02-14 11:16:12 -0500 received badge Teacher ( source )
2011-02-14 07:19:52 -0500 received badge Editor ( source )
2011-02-14 07:02:45 -0500 answered a question Does askbot work with django version 1.2.3?

Whilst askbot might work, I'm not sure 'startforum' does - I think there is an issue where it requires django==1.1.2, not django > 1.1.2 (if that is even possible to specify?)

-- Edit-- A quick test shows it does install fine:

(askbot)mcMoo:forum jt$ pip freeze | grep Django
Django==1.2.3
(askbot)mcMoo:forum jt$ startforum

Deploying Askbot - Django Q&A forum application
Problems installing? -> please email admin@askbot.org

To CANCEL - hit Ctr-C at any time
Where to deploy (in which directory)? .
Copying files: 
* __init__.py 
* settings.py 
* manage.py 
* urls.py 

copying directories:  doc  cron  upfiles  
Done. Please find further instructions in the file below:
/.. cut .. /INSTALL