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 to reconcile
the data definitions.

Registration is sort of working
_email notifications get sent
_user tables get appended to

but

_the program still chokes returning the following errors in the
browser.

********************************************************************************
ImportError at /accounts/register/   No module named urls
Request URL:    http://.../accounts/register/
Exception Type:         ImportError
Exception Location:     /usr/lib/python2.3/site-packages/django/core/
urlresolvers.py in _get_urlconf_module, line 197
********************************************************************************
Detail http://dpaste.com/111548/

Now my question is twofold and proactive.

1. Import error says No module named urls
   _how do i determine exactly which set of urls it's trying to call,
    i can see its line 197 in _get_urlconf_module but can't seem to
    get a grip on exactly what line of code with exactly what
paramters
    are calling this.

2. any other insights in how to correct this appreciated.





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to