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: 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:29:39.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:17:54.952Z (4 months 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 }}
[](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
```