In Django, where to define user

6 hours ago 1
ARTICLE AD BOX

Best practices

For a site where users host discussions communicate with each other like on X(twitter), using Django, where should i define a user; in the forms.py, models.py or views.py file. This site will work with users data eg. when grading users.

Read Entire Article