You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,20 @@
6
6
## About
7
7
Template for Django projects based on:
8
8
- Simplicity
9
-
-Ready for production
9
+
-Purity
10
10
-[Two Scoops of Django](https://www.feldroy.com/books/two-scoops-of-django-3-x)
11
11
-[The Twelve-Factor App](https://12factor.net)
12
12
13
13
14
14
## Features
15
-
- Settings based on environment variables.
16
-
-[`.pre-commit`](https://pre-commit.com) hooks with predefined `black` and `isort` configs.
15
+
-[`poetry`](https://python-poetry.org) modern Python package manager.
16
+
-[OpenAPI](https://spec.openapis.org/oas/latest.html) endpoint at `/openapi`
17
+
-[`.pre-commit`](https://pre-commit.com) hooks with predefined [`black`]([`poetry`](https://python-poetry.org) modern Python package manager.) and [`isort`](https://github.com/PyCQA/isort) configs.
17
18
-[`pytest`](https://docs.pytest.org/en/6.2.x/) with basic setup
18
19
- Basic dependencies such `django`, `djangorestframework` etc.
19
20
-`docker-compose` infrastructure file with database ([PostgreSQL](https://www.postgresql.org)) and cache ([Redis](https://redis.io)).
20
21
- Dockerfile for application deployment
21
-
-[OpenAPI](https://spec.openapis.org/oas/latest.html) endpoint at `/openapi`
0 commit comments