How to run the application:
- Create a virtual environment
- pip install django - to install the django framework
- pip install psycopg2 - to install the posgresql
- pip install onetimepad - for encryption
- Create database and user mentioned in the settings file
- python manage.py makemigrations - will add the new models
- python manage.py migrate - will migrate all the tables in the postgresql database
- python manage.py runserver - test the application