wemake-django-template icon indicating copy to clipboard operation
wemake-django-template copied to clipboard

Bleeding edge django template focused on code quality and security.

Results 44 wemake-django-template issues
Sort by recently updated
recently updated
newest added

I have added the logging tests for the issue that you are going through and let me know if there are any changes that are need to be done #2370

This problem (https://github.com/wemake-services/wemake-django-template/commit/53ae125a0e2eed88f7b36a5edd07591ba0401b24) identified that our logging configuration was and is not tested at all. We need to add tests for it: - We need to test regular logging format...

good first issue
python
hacktoberfest

Hi @sobolevn , Tried to install from scratch current version ([latest on the moment of writing issue](https://github.com/wemake-services/wemake-django-template/tree/b6f765ca900b0c43a9f28bb4c8900432ead3950a)) of template and I am getting an issue: **Command to run:** `docker-compose run...

this one: https://gitlab.com/sobolevn/wemake-django-template/-/pipelines ![Capture d’écran 2023-07-13 à 13 40 19](https://github.com/wemake-services/wemake-django-template/assets/439279/e6611209-e57f-472a-b1e0-4dfe01e85518)

Each time the documentation is built, the Python version is compiled, which takes several minutes. I recommend you to avoid compiling that particular PATCH Python version and stick with the...

Hi at all, if I add a custom setting to for example `test-project/server/settings/components/common.py` ``` common.py TESTXYZ = "test" ``` reference it somewhere like in `test-project/server/apps/main/views.py` ``` xyz = settings.TESTXYZ ```...

Good idea from https://adamj.eu/tech/2023/03/17/django-parameterized-tests-model-admin-classes/

https://github.com/boxed/django-fastdev @DmytroLitvinov what do you think of it?

Bumps [djlint](https://github.com/djlint/djLint) from 1.34.1 to 1.34.2. Release notes Sourced from djlint's releases. v1.34.2 1.34.2 (2024-08-28) Bug Fixes max attribute length with longer regex custom html tags (#884) (a8e3835) Commits da6d9fe...

dependencies
python