Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imomaliev/django-project-template-py37-dj22
- Owner: imomaliev
- Created: 2019-09-05T08:46:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:29:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:23:19.843Z (26 days ago)
- Topics: django, docker, docker-compose, postgres, pytest
- Language: Python
- Homepage: https://github.com/imomaliev/django-project-template/wiki
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```