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

Application settings whose values can be updated while a project is up and running

Results 7 django-dbsettings issues
Sort by recently updated
recently updated
newest added

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...

I was wondering whether it wouldn't be possible to have a setting holding a foreign key, or a reference to some model. The use case is that I have a...

The error: django.db.migrations.exceptions.InconsistentMigrationHistory: Migration dbsettings.0001_initial is applied before its dependency sites.0001_initial on database 'default'. Instead of making sites mandatory, there is a migration that adapts itself to the app. Now...

Hello! I have some bits of config that can change by environment but are not secrets, and need to be editable without code changes and deployment. On a previous project,...

When using django 1.7 migrations i get the following message: ``` > ./manage migrate ... The following content types are stale and need to be deleted: core | ``` core...

Hi, When the value of an ImageValue field changes, the previous image file is preserved in the file system. It would be a good improvement to remove the previous file...

I just wonder if that possible to add something like standard django's admin.ModelForm logging ? So, any admin can view how given settings were changing.