DurhamARC / ManyFEWS

The Many Flood Early Warning System
GNU General Public License v3.0
7 stars 3 forks source link

Ensure settings are all accessible via env #61

Closed alisonrclarke closed 2 years ago

alisonrclarke commented 2 years ago

Make sure all settings that the administrators might want to edit can be set in the environment, but define defaults in settings.py, i.e. Instead of using env('xxxx') we should use env.str('xxxx', 'default_value').