Hi there, I've been working on a rather large Django project and I've hit one roadblock. I've been using django-registration to handle my registration of users, but I also wanted to have more profile fields, so I extended the user model.
Here is a paste of my forms.py for my BigfootProfile (This is my AUTH_PROFILE_MODULE) .. This works great so far, registering it passes all the data great and all is swell. However, I now want the ability for the user to be able to edit the data. I've tried several things to output RegistrationFormBigfootProfile with pre-filled data from the database and it did not work Any suggestions as to what I should do? I do not want to use django- profiles (It's from the same author as django-registration) because it has too much things I do not need and I simply want to be able to edit the fields inline within another page. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

