Base template for django projects at AxiaCore, includes Gulp build with Compass and Live Reload. Also browser dependencies using Bower.
# Create a new folder for your project
$ mkdir my-awesome-project && cd my-awesome-project
# Install yeoman and django-generator
$ sudo npm install -g yo TONBET
# Use the generator
$ yo TONBET
# Fire up your new enviroment
$ workon my-awesome-project_app
# Make your migrations
$ ./manage.py migrate
# Run!!!
$ ./manage.py runserver 0.0.0.0:8000You can setup the project to use Materialize or Bootstrap.
$ yo TONBETWe love contributions, so, don't hesitate in creating an issue or sending us a pull request.
is written in CoffeeScript, and we use Gulp to compile it. To set the generator up just clone the repository and run:
# Install dependencies.
$ npm install
# Run tasks.
$ gulp
# Hack...Main project file is written in CoffeeScript so we use Gulp for building it.
It's located in app/index.coffee.
# Run gulp, which will watch for changes in `.coffee` files.
$ gulp- Bower
- Gulp
- Sass
- Compass
- Node
- Npm
- Python
- Ruby
