I have a UserProfile admin form inline with the admin form for Users, and I was wondering if there is a simple way to enforce a requirement to have a UserProfile.
It looks like I need to create a custom form to use in a custom UserAdmin (ModelAdmin) class for User, so I can add the appropriate validator method. This approach doesn't feel 'right' to me though, so maybe there's a simpler approach I'm missing? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

