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

https://hakibenita.com/9-django-tips-for-working-with-databases#statement-timeout

feature

That's how we run `migrate` and similar scripts in real-life: ```yml initContainers: - args: - ... command: - ... envFrom: - configMapRef: name: django-env-map image: imagePullPolicy: Always name: django_bundle volumeMounts:...

feature
documentation

Links: 1. https://pypi.org/project/django-db-geventpool/ 2. https://medium.com/@bfirsh/squeezing-every-drop-of-performance-out-of-a-django-app-on-heroku-4b5b1e5a3d44 3. https://docs.gunicorn.org/en/stable/settings.html#worker-class @AlwxSin what would you say?

feature
help wanted
dependencies
python

https://github.com/adamchainz/django-perf-rec https://adamj.eu/tech/2016/09/26/introducing-django-perf-rec/

feature
dependencies
python

https://pythonspeed.com/articles/test-your-docker-build/ Something like `curl localhost:8000/health`

feature
docker

There should be a research: - can pages be private - can we build pages inside CI - does gitlab support sphinx Links: - https://gitlab.com/pages/sphinx - https://gitlab.com/help/user/project/pages/index.md - https://gitlab.com/gitlab-org/gitlab-ce/issues/33422

feature

Add example of Database export /backup from a docker container

feature
documentation

I think its time to update compose v2 https://github.com/docker/compose

https://github.com/AliSayyah/django-urlconfchecks

Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 2.5.0 to 2.6.0. Release notes Sourced from cookiecutter's releases. 2.6.0 Changes Minor Changes Support Python 3.12 (#1989) @​ericof fix: modifying start and end variable strings (#1997) @​sacha-c...

dependencies
python