Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imomaliev/django-project-template-py37-dj22

Basic project template based on modern patterns and technologies
https://github.com/imomaliev/django-project-template-py37-dj22

django docker docker-compose postgres pytest

Last synced: 3 days ago
JSON representation

Basic project template based on modern patterns and technologies

Awesome Lists containing this project

README

        

# {{ project_name }}
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Development
```sh
cp .env.template .env
docker-compose build
docker-compose up -d
```
### Install pre-commit hooks
```sh
pre-commit install
pre-commit install -t pre-push
```