https://github.com/renanstn/django-template
Just a template to a dockerized django app, to use as base in my future projects.
https://github.com/renanstn/django-template
django docker docker-compose dockerfile github-actions gunicorn poetry postgresql python python-decouple script
Last synced: 4 months ago
JSON representation
Just a template to a dockerized django app, to use as base in my future projects.
- Host: GitHub
- URL: https://github.com/renanstn/django-template
- Owner: renanstn
- Created: 2022-01-17T21:40:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T20:52:35.000Z (about 2 years ago)
- Last Synced: 2025-01-28T19:47:59.050Z (5 months ago)
- Topics: django, docker, docker-compose, dockerfile, github-actions, gunicorn, poetry, postgresql, python, python-decouple, script
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-template
[](https://www.python.org/)
[](https://www.djangoproject.com/)
[](https://www.django-rest-framework.org/)
[](https://www.docker.com/)
[](https://github.com/psf/black)
[](https://github.com/renanstn/django-template/actions/workflows/django.yml)
Just a good template to a dockerized django-rest app.
## Features
- Use [Poetry](https://python-poetry.org/) as dependency manager
- Use [Black](https://black.readthedocs.io/en/stable/) as code formatter
- Use [django-extensions](https://django-extensions.readthedocs.io/en/latest/) to provide some nice tools (like `plus_shell`)
- Use `Makefile` as a shortcut for some commands
- Automatically run `collectstatic`, `makemigrations` and `migrate` when the container runs
- Automatically create an `superuser` if not exists
- GitHub actions configured, with Postgres integration for tests