How can one store, retrieve and allow the user to change the settings of a project or an app? A constant in settings.py is not good enough, as I want some users to be able to change the value of the setting. A way to present these in the admin interface would be optimal.
Share
If it’s via an admin interface then using the database sounds like a sure bet. Check out this similar looking question on StackOverflow.