Re: Installing PyBB

2012-11-20 Thread Yogev Metzuyanim
Thanks, I needed to add this line: from pybb.settings import * to my settings file. But now I have another problem, as I follow the instruction from the link you gave me, I'm trying to run this command: manage.py pybb_created_related_objects and i get the following error: TypeError: get_db_prep_

Re: Installing PyBB

2012-11-20 Thread carlos
read de documentation http://packages.python.org/pybb/ or send mail for the author :/ cheers On Tue, Nov 20, 2012 at 11:15 AM, Yogev Metzuyanim wrote: > Hi > I intalled PyBB with easy install, after adding it to the INSTALLED_APPS, > i run syncdb an

Installing PyBB

2012-11-20 Thread Yogev Metzuyanim
Hi I intalled PyBB with easy install, after adding it to the INSTALLED_APPS, i run syncdb and get the following error: AtrributeError: 'Settings' object has no attribute 'PYBB_DEFAULT_MARKUP'. Does anyone know what did I do wrong? Thanks. -- You received this message because you are subscribed t