Django Skeleton W/ Docker Dev & Production W/ Webpack W/ BabelJS W/ Sass W/ PostgreSQL by @phpdude
You can bootstrap your next django project with command
django-admin.py startproject --template=https://github.com/phpdude/docker-django-webpack-skeleton/archive/master.zip -e "ini,yml,conf,json" yoursite
You can use Fabric to deploy your project to any docker supported env.
fab build deploy
You can run local development environment with
docker-compose up
You can make a pull request if you like project and ready to help with documentation.