Skip to content

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

License

Notifications You must be signed in to change notification settings

anchpop/cookiecutter-django

 
 

Repository files navigation

Cookiecutter Django: React edition

Powered by Cookiecutter, Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. This is a fork made to make it easier to setup a production-ready React SPA with django.

Features

  • For Django 2.0 and Python 3.6
  • Supports React with JSX and ES6
  • User interface with Material-UI
  • Code splitting with Loadable
  • Routing with React Router
  • State management with Redux
  • Live reloading with BrowserSync
  • Rapid component development with Storybook
  • Production builds generate PWAs
  • Server-side rendering using a Node render server
  • 12-Factor based settings via django-environ
  • Secure by default. We believe in SSL.
  • Optimized development and production settings
  • Send emails via Anymail (using Mailgun by default, but switchable)
  • Media storage using Amazon S3
  • Docker support using docker-compose for development and production (using Caddy with LetsEncrypt support)
  • Procfile for deploying to Heroku
  • Instructions for deploying to PythonAnywhere
  • Run tests with unittest or py.test
  • Customizable PostgreSQL version

Optional Integrations

These features can be enabled during initial project setup.

  • Serve static files from Amazon S3 or Whitenoise
  • Configuration for Celery and Flower (the latter in Docker setup only)
  • Integration with MailHog for local email testing
  • Integration with Sentry for error logging

About

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.9%
  • Python 40.8%
  • Shell 6.4%
  • Makefile 3.2%
  • Batchfile 2.9%
  • HTML 1.8%