Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phpdude/docker-django-webpack-skeleton
- Owner: phpdude
- Created: 2016-03-12T17:49:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T12:50:58.000Z (over 5 years ago)
- Last Synced: 2024-09-28T22:02:07.902Z (about 2 months ago)
- Topics: babeljs, django, django-skeleton, docker, docker-compose, python, sass, webpack, webpack2
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 263
- Watchers: 13
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 @phpdudeYou 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.