0.1.5 • Published 9 years ago

generator-django-axiacore v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

generator-django-axiacore

Base template for django projects at AxiaCore, includes Gulp build with Compass and Live Reload. Also browser dependencies using Bower.

Project Page

View on NPM

materialize

Quick start

# 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 generator-django-axiacore

# Use the generator
$ yo django-axiacore

# Fire up your new enviroment
$ workon my-awesome-project_app

# Make your migrations
$ ./manage.py migrate

# Run!!!
$ ./manage.py runserver 0.0.0.0:8000

Adding Bootstrap or Materialize

You can setup the project to use Materialize or Bootstrap.

setup

Subgenerators

Using the subgenerator startapp yo django-axiacore:startapp you can create a new app with scaffold Views and Urls.

$ yo django-axiacore:startapp

startapp

Contributing

We love contributions, so, don't hesitate in creating an issue or sending us a pull request.

Development

The main generator file 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...

Development

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

Technologies

  • Bower
  • Gulp
  • Sass
  • Compass

Dependencies

  • Node
  • Npm
  • Python
  • Ruby
0.1.5

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago