Skip to content

SanthoshS20/user_records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published