SECRET_KEY= 'django-insecure-+dev=i@84ekgx+1#vfwd^2xa^6li_#((c9jmpcwg^1i*%pa1h3'
DEBUG=True

DB_ENGINE=sqlite3SECRET_KEY=super-secret-key

DB_NAME=rms_db
DB_USER=postgres
DB_PASSWORD=yourpassword
DB_HOST=localhost
DB_PORT=5432