Adding first name and last name to Django-Registration

痞子三分冷 提交于 2019-12-12 15:36:47

问题


I have used the default Django registration (version 0.8) in my project where users only input their username, email, and password. However, I want users to also input their first name and last name on the registration page. How can I do this easily?

来源:https://stackoverflow.com/questions/9023493/adding-first-name-and-last-name-to-django-registration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!