django-dbsettings icon indicating copy to clipboard operation
django-dbsettings copied to clipboard

settings as models in admin panel view

Open ManPython opened this issue 5 years ago • 0 comments

1st question is, pip installing 1 or 2?

  1. https://github.com/zlorf/django-dbsettings/
  2. https://github.com/saxix/django-dbsettings/

2nd question is about possiblity to present options as standard table template as models in admin panel view (as separated models or agregated in model but as 2 tables in concept of options = Options1("options 1") + options = Options2("options 2") where Options1 is first table and Options2 second table. Why this? Well.. if we have many vars then need filter to search this eq. by true/false, not ctr+f thats if horrible, and select all functions to change true/false is nice. Adding vars in table look nice, filtering, etc, and logs about changes. Soo.. maybe django-dbsettings-2 is need? Any comment in this way?

ManPython avatar Jan 06 '20 01:01 ManPython