wemake-django-template
wemake-django-template copied to clipboard
Bleeding edge django template focused on code quality and security.
https://hakibenita.com/9-django-tips-for-working-with-databases#statement-timeout
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:...
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?
https://github.com/adamchainz/django-perf-rec https://adamj.eu/tech/2016/09/26/introducing-django-perf-rec/
https://pythonspeed.com/articles/test-your-docker-build/ Something like `curl localhost:8000/health`
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
Add example of Database export /backup from a docker container
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...