Skip to content

Django Skeleton W/ Docker Dev & Production W/ Webpack W/ BabelJS W/ Sass W/ PostgreSQL

Notifications You must be signed in to change notification settings

Ecotrust-Canada/docker-django-webpack-skeleton

 
 

Repository files navigation

docker-django-webpack-skeleton v1.0.0

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/Ecotrust-Canada/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.

About

Django Skeleton W/ Docker Dev & Production W/ Webpack W/ BabelJS W/ Sass W/ PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.9%
  • JavaScript 12.7%
  • Nginx 2.8%
  • Shell 0.6%