sub7ata / UserAuthentication

It is a user authentication system in Django to Register Users, Login, Log Out, Edit Profiles and Change Password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UserAuthentication

  • It is a user authentication system in Django to Register Users, Login, Log Out, Edit Profiles and Change Password.

Installation

  • Download or clone this repository
  • Change directory to the recently cloned repository folder or unziped folder
  • Run following commands after clone the project
  • cd UserAuthentication
  • pip install virtualenv
  • virtualenv .
  • (activate virtual env)
  • cd src
  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py runserver

About

It is a user authentication system in Django to Register Users, Login, Log Out, Edit Profiles and Change Password.


Languages

Language:Python 61.7%Language:HTML 38.3%