Re: Django Userena Problem

2012-08-02 Thread Melvyn Sopacua
On 28-7-2012 19:43, Subhodip Biswas wrote: > However now, once past sign in or signup forms, when it comes to fetch > the profile using get_profiles(). I am getting a > SiteProfileNotAvailable error for already existing accounts but no > profile And this is covered a bit later in the fine manual:

Re: Django Userena Problem

2012-07-28 Thread Subhodip Biswas
Hi all, I kind of got over with the last problem but got stuck in step after that. The previous problem was solved by naming the model to the first one, Since that table was already created django refused to create the same table structure against different name whatsoever. However now, once past

Django Userena Problem

2012-07-22 Thread Subhodip Biswas
Hi all, I am using Django-userena for my registration process. I made a custome model in a app called 'users'. However since custom model is not handled by syncdb, I am using south. I tried to migrate but got this error instead. django.db.utils.DatabaseError: relation "users_userprofile" already e