Re: AttributeError when trying to run syncdb after installing django-friends

2009-10-26 Thread Gezim Hoxha
Actually it was an error with the app itself and it had been corrected in a newer version. Thanks :) On Oct 17, 10:37 pm, Prashanth wrote: > Hi Gezim, > > On Sun, Oct 18, 2009 at 7:58 AM, Gezim Hoxha wrote: > > I also added "friends" to the INSTALLED_APPS. > > That all went fine. However runni

Re: AttributeError when trying to run syncdb after installing django-friends

2009-10-18 Thread Prashanth
Hi Gezim, On Sun, Oct 18, 2009 at 7:58 AM, Gezim Hoxha wrote: > I also added "friends" to the INSTALLED_APPS. > That all went fine. However running syncdb gave me this error: Is friends django application or your custom application? looks like you got the path in the installed_apps wrong can yo

AttributeError when trying to run syncdb after installing django-friends

2009-10-17 Thread Gezim Hoxha
Hi everyone, I git cloned django friends from the github url provided. Then I installed it with "sudo python setup.py install". I also added "friends" to the INSTALLED_APPS. That all went fine. However running syncdb gave me this error: $ python manage.py syncdb Skipping creation of NoticeTypes