Answer the question
In order to leave comments, you need to log in
How to add the ability for the user to enter first_name, last_name during django-registration?
Advise the solution to the problem, I know that the standard User has optional first_name and last_name fields. In what ways can the user be given the opportunity, immediately, on a par with the username and password, to enter the name.
urlpatterns = [
url(r'^admin/', include(admin.site.urls)),
url(r'^home/', home_page),
url(r'^admin_pannel/',admin_panel),
url(r'', include('registration.backends.simple.urls')),
url(r'', include('social_auth.urls')),
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question