Re: Error Doing python manage.py syncdb in django pyBB

2013-12-15 Thread Frank Bieniek
django.utils.simplejson is deprecated; use json instead. Hi Alok, it seems pyBB is not django 1.6 compatible - simplejson got deprecated in 1.6 just my 2 cents Frank Am 14.12.13 15:15, schrieb Alok Nag: Hello Experts, I am newbie to Django/Python. I am trying to setup a forum app using py

Re: Error Doing python manage.py syncdb in django pyBB

2013-12-14 Thread Avraham Serour
maybe you forgot to add pybb to INSTALED_APPS ? On Sat, Dec 14, 2013 at 4:15 PM, Alok Nag wrote: > Hello Experts, > > I am newbie to Django/Python. I am trying to setup a forum app using pyBB > and after following steps mentioned at their website, I am getting > following error when I am runnin

Error Doing python manage.py syncdb in django pyBB

2013-12-14 Thread Alok Nag
Hello Experts, I am newbie to Django/Python. I am trying to setup a forum app using pyBB and after following steps mentioned at their website, I am getting following error when I am running python manage.py syncdb [aloknag-mbp15:~/Desktop/forum] aloknag% ./manage.py syncdb /Library/Python/2.7/