django-extra-settings icon indicating copy to clipboard operation
django-extra-settings copied to clipboard

:gear: config and manage typed extra settings using just the django admin.

Results 32 django-extra-settings issues
Sort by recently updated
recently updated
newest added

I think the suggestion to add a new data layer has a place. Case: When initializing a project, you can specify certain parameters in CI/CD and then override them in...

enhancement

**Python version** 3.10 **Django version** 4.0.6 **Package version** 0.5.1 **Current behavior (bug description)** I am trying to import from an Excel file with django-import-export. But, since the models contain blank=True,...

bug

updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.15 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.15...v0.2.0)

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Release notes Sourced from pre-commit's releases. pre-commit v3.6.0 Features Check minimum_pre_commit_version first when parsing configs. #3092 PR by @​asottile. Fixes...

dependencies
python

--- name: Remove db calls from app ready hook about: Submit a pull request for this project assignees: fabiocaccamo --- **Describe your changes** First of all, Django "doesn't recommend" to...

enhancement

**Python version** 3.11 **Django version** 5.0 **Package version** 0.11.0 **Current behavior (bug description)** After upgrading Django to 5.0 I got following warning: ``` $ python.exe manage.py runserver 127.0.0.1:8000 \django\db\backends\utils.py:98: RuntimeWarning:...

bug

**Python version** 3.11.5 **Django version** 4.2.5 **Package version** 0.10.0 **Current behavior (bug description)** I created django asgi project by https://github.com/cookiecutter/cookiecutter-django, and add this package, and then start the `local.yaml` docker-compose...

bug

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.0 — 2024-04-23 Added initial support for function and class reporting in the HTML...

dependencies
python

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @​jugmac00 in tox-dev/tox#3251 Fix...

dependencies
python

Update versions of pre-commit hooks to latest version.