Creating Users in Django
January 14, 2011
I wanted to give my users the ability to create a Django user at a particular point in the web site flow. This must be done without going into the Django admin, but can only be done by users who have admin access - this change simplifies their workflow.
Here's …