Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 488 Bytes

user_records

How to run the application:

  1. Create a virtual environment
  2. pip install django - to install the django framework
  3. pip install psycopg2 - to install the posgresql
  4. pip install onetimepad - for encryption
  5. Create database and user mentioned in the settings file
  6. python manage.py makemigrations - will add the new models
  7. python manage.py migrate - will migrate all the tables in the postgresql database
  8. python manage.py runserver - test the application