| 1 | initial version | |
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?)
| 2 | Updated showing startforum works fine. |
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
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.