Jmons's profile - activity
14 years ago | received badge | Teacher ( source ) |
14 years ago | received badge | Editor ( source ) |
14 years ago | 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
|