sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Requiring environment variables in settings is bad approach #152

Closed cmutel closed 3 months ago

cmutel commented 6 months ago

They can raise an error when running the app, but not e.g. when running python manage.py migrate.

tngTUDOR commented 4 months ago

@cmutel did you mean here that the settings must not depend on environment variables, and instead should have sensitive defaults for the case when the user does not provide the environment variables ?