Please recommend an example on the membership form of the Django project.

Asked 2 years ago, Updated 2 years ago, 38 views

1 Answers

The advantage of Django is that it basically includes the user model. So if you create a Jango project, you can get an admin right away and manage users and models in the admin.

I'm sorry it's an English document, but I recommend the following example that Jango provides as a standard.

https://docs.djangoproject.com/en/1.8/topics/auth/default/#django.contrib.auth.views.login


2022-09-21 17:06

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.