Index01 / RoomBot

Take3 RoomService personal room selektor swapper party goer application at your service.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Leverage Django appconfig framework #152

Open otakup0pe opened 11 months ago

otakup0pe commented 11 months ago

Many of our config options (enabling/disabling swaps, ignored transactions, hotels to care about, etc) should make use of the baked in Django application configuration framework. This would allow us to make config changes without a deployment

otakup0pe commented 5 days ago

This will allow people who aren't adorable nerds to turn on/off options without involving the adorable nerds. Feels worthwhile and shouldn't be too huge a lift.

otakup0pe commented 17 hours ago

This isn't actually baked into django but there are decent frameworks like constance. Marking this as "nice to have" rather than "definitely".