I have a Django app which has a single-account model. We are converting this to be multi-account, so almost every model will have a ForeignKey(Account).
I want to create a helper screen that can create a bunch of Django auth users on my site and have those accounts setup the same exact way as if they were done one by one through the Django auth GUI si
I\'m playing around with django and built a small app where a user can access their info via the url http:///localhost:8000/username/info/ . I want to add the ability to edit that info through http://