Django based forum engine
0
./manage.py syncdb --all
./manage.py migrate djangobb_forum --fake
Edited slav0nic (Aug. 18, 2011 12:31:56)
Offline
6
Offline
1
Offline
0
Offline
0
zeth0
If you are just using the forum, or if you are starting a project by setting up the forum first then you can just use the djangobb directory as is, and you do not need all those copying steps.
zeth0
At the time of writing, you need to use a particular version of django-registration, namely 0.7 NOT 0.8a. Version 0.7 can be obtained from the following link: http://bitbucket.org/ubernostrum/django-registration/get/v0.7.tar.gz
zeth0
The answer is that Djangobb uses django-mailer so therefore outgoing email from the forum is cached in the database and sent out with the command:
python manage.py send_mail
You will need to setup a cron job to run this command every minute or so.
I'm not sure how to handle this.
Edited bixmix (Nov. 8, 2010 20:40:03)
Offline
6
Offline
0
slav0nic
i added crontab file
Offline
6
Offline
0
bixmix
The cron job won't work on a non posix system.I'm not sure how to handle this.
Offline
0
Offline