资 源 简 介
This application would provide easy multi-profile interface for Django sites.
What I want:
* Allow different users have different profile models
* Support for both User and any custom user module
* Easy injection of your custom profiles (implicitly or explicitly)
* Switching between different profile for user
Currently:
* Any User model support (auth.User is set by default)
* Only default UserAdmin and UserChangeForm models support (default means django.contrib.admin)
* Sorting user list by profile type
* Inline profile editing in admin panel
* Both implicit or explicit profile models set-up.
Still there is much more to do, as this is a new project. May be there is a better one, with same functionality, it won"t stop me (just be glad to see the link) :)
However hope it will be helpful for somebody!
Still main goal is to learn django better.
So, I"ll be glad to any comments/feedbacks/requests!