https://github.com/exolever/django-gulp
https://github.com/exolever/django-gulp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exolever/django-gulp
- Owner: exolever
- Created: 2016-09-24T16:20:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T10:01:45.000Z (over 6 years ago)
- Last Synced: 2025-03-06T03:02:20.992Z (3 months ago)
- Language: CSS
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Django Gulp Example
=============Django gulp example
## Install
$ mkvirtualenv
$ pip install -r requeriments.txt
$ cd example/frontend
$ npm install
$ bower install
$ gulp dev / gulp build
$ cd ..
$ python manage.py migrate
$ python manage.py runserver## More info
http://slides.com/tomasgarzon/django-gulp