mjennings061 / viking-log-keeper

661 VGS - Collate gliding log sheets into a database and visual dashboard.
https://viking.streamlit.com/
MIT License
5 stars 0 forks source link

Database secrets storage #8

Closed mjennings061 closed 1 year ago

mjennings061 commented 1 year ago

As a user, I want to store database secrets into a .env file after installing the package, so that I can use the package straight from a pip install.

Note: a CLI setup function will be required that runs when no .env file has been found in the pip installation dir.