Awesome. Well, I'm not sure how familiar you are with Django but I'd just create views for the different functionality (for example, creating a new user). There's nothing the admin does that you can't do yourself. If you run into a specific problem, feel free to ask!
On Thu, May 3, 2012 at 4:10 PM, William Ibarra Rodriguez < [email protected]> wrote: > i need manage the users and groups in the same way that admin site > does, but i won't use the admin site, i need web-based interface > inside my project to do that. > > -- > 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. > > -- 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.

