TampereHacklab / mulysa

Mulysa member management for Hacklabs
GNU General Public License v3.0
6 stars 11 forks source link

feat: add in-app settings for the individual hacklab to configure #426

Closed braaar closed 11 months ago

braaar commented 1 year ago

I propose that we implement a settings panel designed to allow individual hacklabs who are using mulysa to adjust some global settings for their instance of mulysa. In my mind this should remove the need for forking the repository.

Things that would belong in these settings:

Implementation We could use django-constance for this, or just store the data in a Singleton model. I think django-constance seems like a good choice. It integrates with django admin and does a lot of the basic stuff for us.