[Answer]-Django add admin settings not related to user view of site

1👍

This sounds like something would go in settings and you want to edit this from the admin. dbsettings is a django project that allows you to do this.

Since settings.py is just plain Python code, you can create your own custom settings and manipulate them from the admin. There are some guidelines if you do want to create custom settings.

Leave a comment