Django-Styleguide-Example
Django-Styleguide-Example copied to clipboard
Repository for example styleguide project
Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.12.0 to 1.13.0. Commits d489959 Release django-stubs and django-stubs-ext 0381fdb Add some types to views (#1221) f566734 Re-allow expressions in UniqueConstraint (#1220) 2a17d3f Remove bad redirect_chain attributes...
Bumps [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) from 1.7.0 to 1.8.0. Release notes Sourced from djangorestframework-stubs's releases. Version 1.8.0 What's Changed Now testing compatibility with django-stubs 1.13.0, Python 3.10 and mypy 0.991 Use ImmutableQueryDict for...
Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.26.0.post1 to 1.26.20. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. Commits b9a7794 Release 6.0.0 b5cac87 Merge pull request #1748 from PyCQA/upgrade-pyflakes 489be4d upgrade pyflakes to 3.0.0 8c06197 Merge pull request #1746 from PyCQA/bump-pycodestyle 047e6f8...
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.991. Commits b7788fc Update version to remove "+dev" for releasing 0.991 6077d19 manually CP typeshed #9130 ab0ea1e Fix crash with function redefinition (#14064) 592a9ce Fix...
## Context Add a `render.yml` in order to support easy deploying on https://render.com/. The configuration contains 3 worker types. 1. Web worker 2. Celery background worker 3. Celery beats to...
We could add custom check (https://docs.djangoproject.com/en/4.1/ref/checks/) if the project is being ran with wrong python version. It'll specify the ONLY python version that the project is supposed to work with....
Adding `python manage.py check` as a step in the CI will run all the "checks" that are normally being ran when starting the server - all the system checks (https://docs.djangoproject.com/en/4.1/ref/checks/)...
``` python manage.py makemigrations --empty --name postgres_extensions common ``` ``` from django.contrib.postgres.operations import TrigramExtension ```
https://www.hacksoft.io/blog/quick-and-dirty-django-jsonfield-incrementation-with-f-expressions