Simple Django / React project template that I like to use for my own side project. Nothing fancy!
$ cookiecutter gh:dethi/cookiecutter-django-react
- Django backend
- Django 2.x
- Python 3.6
- Separate settings for different environments
- Project structure based on Two Scoops of Django
- Tooling configuration
- React frontend
create-react-app
project- ESLint config
- Prettier with git hooks
- VSCode tooling integration
This template is not batteries included. Feel free to fork this repository and adapt the template to your own need!