Re: Ongoing problems with django-registration installation.

2009-01-22 Thread NoviceSortOf
It seems to me the that automatic mechanism mentioned in the docs does not exist in django-registration but in its component django-profiles, reading the source code I see this... def create_profile(request, form_class=None, success_url=None, template_name='profiles/create_pro

Re: Ongoing problems with django-registration installation.

2009-01-22 Thread NoviceSortOf
Django 1.0/django-registration .07 problems continue *** Issue 1 - No module named urls occuring during registration form completion. Via the methodology listed by Karen above I was able to trace my missing url

Re: Ongoing problems with django-registration installation.

2009-01-21 Thread Karen Tracey
On Wed, Jan 21, 2009 at 2:21 PM, NoviceSortOf wrote: > > > Karen: > > Thanks again, you are right I had the userprofile installed instead of > django-profiles > installed. > > I went to the bitbucket django-registration link you mentioned before > and downloaded the django-profiles linked there a

Re: Ongoing problems with django-registration installation.

2009-01-21 Thread NoviceSortOf
Karen: Thanks again, you are right I had the userprofile installed instead of django-profiles installed. I went to the bitbucket django-registration link you mentioned before and downloaded the django-profiles linked there and installed it. I made a small modification to mysite.myproject.models

Re: Ongoing problems with django-registration installation.

2009-01-21 Thread Karen Tracey
On Wed, Jan 21, 2009 at 12:22 PM, NoviceSortOf wrote: > > > 0.7 is where full Django 1.0 compatibility was included. I'm assuming > you > > are using Django 1.0 or higher? The error related to 'alnum_re' you > mention > > later looks to be the result of django-registration using a core > valida

Re: Ongoing problems with django-registration installation.

2009-01-21 Thread NoviceSortOf
> 0.7 is where full Django 1.0 compatibility was included.  I'm assuming you > are using Django 1.0 or higher?  The error related to 'alnum_re' you mention > later looks to be the result of django-registration using a core validator > thingy -- these were all removed prior to Django 1.0, so if you

Re: Ongoing problems with django-registration installation.

2009-01-21 Thread Karen Tracey
On Wed, Jan 21, 2009 at 10:06 AM, NoviceSortOf wrote: > > > Initially my problem was getting django-registration to add/update new > users to my > custom designed mysite.UserProfile table. > > Other than that django-registration worked o.k. sent notifications and > so on, > but without it giving

Re: Ongoing problems with django-registration installation.

2009-01-21 Thread NoviceSortOf
update to the above - running manage.py syncdb DID create the mysite.myproject.userprofile with all the userprofile.models base fields included. on completion of the registration form though i still get The following error * Request URL: http://www.rareasianbooks.com/accounts/register

Ongoing problems with django-registration installation.

2009-01-21 Thread NoviceSortOf
Initially my problem was getting django-registration to add/update new users to my custom designed mysite.UserProfile table. Other than that django-registration worked o.k. sent notifications and so on, but without it giving me control of our custom user profile it was impossible to move forward