Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phpdude/docker-django-webpack-skeleton

Django Skeleton W/ Docker Dev & Production W/ Webpack 2 W/ BabelJS W/ Sass W/ PostgreSQL
https://github.com/phpdude/docker-django-webpack-skeleton

babeljs django django-skeleton docker docker-compose python sass webpack webpack2

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# docker-django-webpack-skeleton v2.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/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.