我将如何使用信号来创建新的“用户配置文件”?当“用户”是对象时对象是在 django 中创建的吗?
嘿,我正在使用 django 的 contrib.auth 系统,它显然允许我创建用户对象,我还使用配置文件模块。这是通过 AUTH_PROFILE_MODULE 加载的。
使用信号在创建用户时如何创建新的 UserProfile 对象?
谢谢
Hay, I'm using django's contrib.auth system which obviously allows me to create User objects, I'm also using the profile module. This is loaded through AUTH_PROFILE_MODULE.
Using signals how would i got about create a new UserProfile object when a User is created?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在帐户中创建一个新条目作为我的用户配置文件:
I'm creating a new entry in Account which acts as my UserProfile: