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

Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.

Results 12 django-split-settings issues
Sort by recently updated
recently updated
newest added

Hi, Above all, thank you for sharing this great package. I have a setting according to the `__file__`, but the file location is not based on the file itself, but...

There should be a mention in the documentation that you have to update the BASE_DIR constant in order for language, media and static folders to work. A crude workaround is...

This PR is to merge in modifications to support the functionality described in issue 195. All changes are 100% backwards compatible. I've added two new test cases to validate the...

Thanks for a great utility. It's kept my Django settings sane for a few years now. I manage several large Django projects with many apps that are deployed in multiple...

Hi, after switching to django-split-settings, and setting up the project with examples supplied in the documentation I have a problem, because my pylint configuration is complaining about missing attributes inside...

sorry @sobolevn I've realized one thing. Getting list of paths matching a non-existent pattern, returns empty list, which differs from getting a paths of parent folder (empty string). ```py >>>...

Здравствуйте, как выбирать между dev настройками и prod настройками?

I have a settings like this ```py from os import environ from split_settings.tools import optional, include ENV = environ.get('ENV', 'local') include( 'components/base.py', 'components/database.py', optional('local_settings.py' if ENV == 'local' else None),...

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.7.2 to 2.0.0. Commits 2d351f8 Bump version: 1.7.2 → 2.0.0 547f590 Make release job manual 87ac31f Invert defaults for pytest-fixture-no-parentheses and `pytest-mark-no-paren... 705c2ad Support Python 3.12 (#279)...

dependencies
python

Bumps [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) from 0.18.0 to 0.19.2. Release notes Sourced from wemake-python-styleguide's releases. Version 0.19.2 Bugfixes Fixes WrongEmptyLinesCountViolation crash on Callable[..., ...] #2899 Version 0.19.1 This release fixes how ... is...

dependencies
python