Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 643 Bytes

Cookiecutter Django / React

Simple Django / React project template that I like to use for my own side project. Nothing fancy!

$ cookiecutter gh:dethi/cookiecutter-django-react

Features

  • 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

Fork & Adapt

This template is not batteries included. Feel free to fork this repository and adapt the template to your own need!