I tried to create a membership form using http://studybee.kr/beginner/12%EB%A5%BC.
I don't think I can make a membership form because it's the old version, so I'll sign up for membership in Django, I'd like to make a login form, so please recommend an example.
django
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
© 2024 OneMinuteCode. All rights reserved.