Basic template to fork from while creating Django REST API applications.
- Fork from this repo
- Clone your new repository
- Continue building your application
- Configured Poetry requirements files
- Configured separated settings
- Configured logger
- Common settings excluded to
.env
file - Configured separated and versioned API urls
- Custom request-logging middleware
- Custom pagination class, able to vary
page_size
parameter - Configured linters
- Configured tests using
pytest
- Makefile to quickly run linters and tests