In my settings file I've set AUTH_PROFILE_MODULE = "myproject.myprofiles"
Looking at my database, I've something called "registration_registrationprofile" I've defined myproject.myprofiles in models.py and the file clearly exists. Instead though "registration_registrationprofile" is the file that continues to be acted on. Since "registration_registrationprofile" is populating beautifully over hundreds of records, I'd like to use that file and expand it with more fields for customized profile use. So my problem is twofold. * Where is the model file for "registration_registrationprofile" ? _If I go to ...site-packages/registration where I would assume the models.py file would contain the definition for this data it does not exist there. * While does "registration_registrationprofile" populate when "myproject.myprofiles" is set in settings.py as AUTH_PROFILE_MODULE ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

