django-drf-boilerplate icon indicating copy to clipboard operation
django-drf-boilerplate copied to clipboard

Django starter kit for CKL projects

Results 13 django-drf-boilerplate issues
Sort by recently updated
recently updated
newest added

Bypassing health_check endpoint. Related to #45

enhancement

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.2.0 to 4.5.2. Release notes Sourced from pytest-django's releases. 4.5.2 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-2-2021-12-07 4.5.1 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-1-2021-12-02 4.5.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-0-2021-12-01 4.3.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-3-0-2021-05-15 Changelog Sourced from pytest-django's changelog. v4.5.2 (2021-12-07) Bugfixes ^^^^^^^^ Fix...

dependencies

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2.1 to 3.8.1. Release notes Sourced from django-debug-toolbar's releases. 3.8.1 Note: 3.8.0 was not released, use 3.8.1 What's Changed fix: Simplify logic for Panel.enabled property by @​adamantike...

dependencies

Bumps [black](https://github.com/psf/black) from 20.8b1 to 23.1a1. Release notes Sourced from black's releases. 23.1a1 This release provides a preview of Black's 2023 stable style. Black's default formatting style includes the following...

dependencies

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.12.0 to 2.21.0. Release notes Sourced from pre-commit's releases. pre-commit v2.21.0 Features Require new-enough virtualenv to prevent 3.10 breakage #2467 PR by @​asottile. Respect aliases with SKIP...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 7.2.1. Release notes Sourced from pytest's releases. 7.2.1 pytest 7.2.1 (2023-01-13) Bug Fixes #10452: Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12. #10457: If a test...

dependencies

Currently, some projects are using Apiary, others a self-hosted solution and others don't have an API documentation. First: is it worth writing API docs to all projects? Does it take...

The default health check endpoint for load balancers normally is "/", which by default returns a 404, and it sends the request with an internal IP host, that is blocked...

Current setup does not erase older images when releasing a new version, which may cause memory issues. ```shell [ec2-user@*** ~]$ docker images -a REPOSITORY TAG IMAGE ID CREATED SIZE ************.dkr.ecr.us-east-1.amazonaws.com/ie-chat-bot-backend/lab...

Wouldn't it be nice to have some sort of diagram to indicate what the current terraform structure is composed of?