sobolevn

Results 602 issues of sobolevn

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

There are multiple lists like this one! We also need to mature for at least 30 days. So, October will be the date.

When I create `model.py` with the following content: ```python # -*- coding: utf-8 -*- from django.contrib.auth import get_user_model from django.db import models User = get_user_model() class BlogPost(models.Model): """Example model with...

bug

Screen shot sent by our user: ![2021-11-26 14 15 24](https://user-images.githubusercontent.com/4660275/143572772-cd729b07-f3b7-47ff-877e-69e1957aa9ad.jpg) Repro: https://github.com/ftaebi/demo

bug

We need to be sure that `classes` and `returns` can be used together and that typing works. Plan: 1. Install `returns` as `dev-dependency` 2. Create special `typesafety/test_integration/test_returns` folder where we...

enhancement

https://github.com/readthedocs/recommonmark#recommonmark We should switch to `myst`: https://github.com/executablebooks/MyST-Parser

enhancement
good first issue
help wanted
hactoberfest