Installing forum on django 1.4

2012-11-28 Thread Yogev Metzuyanim
Hi, Did someone here managed to install a working forum on django 1.4, I tried all these and I got all kinds of errors: PyBB django-forum django-forumbr askbot snapboard and more... Some of them i figured out and then i got another error until I reached a dead end in every single one of them. I

Re: django admin site

2012-11-21 Thread Yogev Metzuyanim
Try to delete the db file and syncdb again On Tuesday, November 20, 2012 5:49:40 PM UTC+2, Valentin Rozescu wrote: > > I am going step by step in the tutorial "Writing your first Django app" ( > https://docs.djangoproject.com/en/dev/intro/tutorial01/) but in the part > 2, step creating admin site

Re: Installing PyBB

2012-11-20 Thread Yogev Metzuyanim
tp://packages.python.org/pybb/<http://packages.python.org/pybb/#feature-list> > > 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

Re: Django web app pages not displaying

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_

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

Re: django admin site

2012-11-20 Thread Yogev Metzuyanim
What database are you using? On Tuesday, November 20, 2012 5:49:40 PM UTC+2, Valentin Rozescu wrote: > > I am going step by step in the tutorial "Writing your first Django app" ( > https://docs.djangoproject.com/en/dev/intro/tutorial01/) but in the part > 2, step creating admin site, I'm blocked