Answer the question
In order to leave comments, you need to log in
How to create a login and registration menu?
I'm new to django so it's hard for me to find the information I need on the web.
I have already created my own module
class Author(models.Model):
name_author = models.CharField('nickname', max_length=100)
pass_author = models.CharField('password', max_length=100)
email_author = models.EmailField('email', max_length=100)
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