A comprehensive template for Django Rest Framework (DRF) projects.
License: MIT
This project aims to provide a robust and maintainable project structure for beginners in Django and DRF. It is designed based on the directory structure and libraries used by several renowned projects, and plans to use cookiecutter
for easy and quick configuration to generate the basic project structure. This template can be used to comfortably start a new project or refactor an existing one.
- Deploy basic project structure using
cookiecutter-django
- Modify the structure according to other projects to make it more suitable for DRF's
restful
style framework- Add
JWT
verification - Update
user
management methods - Add custom
middleware
for global exception handling - Add
throttling
configuration
- Add
- Wrap with
cookiecutter
for custom deployment - Support for more configuration items