Do you need a ready to production Django rest framework template?. It's our first objective with this repository.
This repository use cookiecutter for provide you a quick start with Django rest framework.
- Python 3.8+
- Django 3.0+
- PotsgreSQL 13.1+
- Local development fully dockerized via docker-compose.
- Django rest framework.
- Optimized local, test and production settings.
- Multi-task, async tasks and task monitoring.
- Testing with unittest or pytest.
- Dependencies work with pipenv.
And more incoming...
You need to install cookiecutter, one way to do that is:
pip install cookiecutter
See more ways to install in cookiecutter installation.
Then, scaffold your project:
cookiecutter gh:yulio94/cookiecutter-django-rest
An example in cride repository.
- @pablotrinidad
- @pydanny
- @agconti
- @platzi