hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Split deployment backend utilities #147

Closed kjlippold closed 5 months ago

kjlippold commented 7 months ago

Describe the feature you'd like and what it will do

Add Django settings to switch utilities used for certain features based on where HydroServer is deployed. For now, there should be two: local and AWS

Why is this feature important?

Several features, notably account verification and photo storage, assume HydroServer is deployed to AWS. This makes local development of these features challenging. This will also make supporting other deployment locations in the future easier.

Is your feature request related to a problem? Please describe.

No response

Any additional comments?

No response

kjlippold commented 5 months ago

https://github.com/hydroserver2/hydroserver-webapp-back/pull/194