notarkhit / django-password-vault

Repository from Github https://github.comnotarkhit/django-password-vaultRepository from Github https://github.comnotarkhit/django-password-vault

django-password-manager

"Vault Pass" is a simple password manager application built using Python, Django, SQLite, Bootstrap, HTML, CSS, and JavaScript.

Alt Text

Features:

  • Register/update an account, login authentications and authorization
  • Entry posting (Create, Retrieve, Update, Delete - CRUD)
  • Building a custom user Model and administrator panel
  • Bootstrap
  • HTML
  • CSS

Run The Website

install the required packages from the requirements.txt using:

pip install -r requirements.txt

To run the website run type the following commend in CMD:

python manage.py runserver

then copy the link into your browser to launch the website.

You can create a django superuser by running the following commend in CMD:

python manage.py createsuperuser

About


Languages

Language:HTML 53.4%Language:Python 46.6%