shubhankar5 / First-django-project

Django user login and profile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First-django-project

Django user login and profile app

  • User authentication
  • User profile setup and update
  • User password reset using gmail account
  • Admin page

NOTE: Add a migrations folder and a file init.py within it in the users folder. This has to be done because django doesn't create this file while migrations and due to this missing file and folder, the models might not be created.

About

Django user login and profile app


Languages

Language:Python 77.4%Language:HTML 22.6%