You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: