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