首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 用户使用Django程序支持多种不同的配置文件

用户使用Django程序支持多种不同的配置文件

  • 资源大小:9.22 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python django Profiles multi-profiles

资 源 简 介

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!

文 件 列 表

admin
inlines.py
__init__.py
media
multiprofiles
models
core.py
__init__.py
profiles
testprofile.py
__init__.py
backends.py
collector.py
settings.py
signals.py
tests.py
urls.py
utils.py
views.py
VIP VIP
0.252075s