CodeWithAloha / uipa

Helping submit, track, and share public records requests in Hawaii
http://uipa.org
MIT License
10 stars 6 forks source link

Add code to gate features in the containers #106

Closed sthapa closed 22 hours ago

sthapa commented 1 week ago

Allow debugging, db initialization or data loading to be controlled by env variables (DEBUG, LOAD_DATA, INITIALIZE_DB). Will have another PR with doc updates to document this.