
Base template for a Django project
The generator-django-axiacore is a base template for Django projects at AxiaCore. It includes a Gulp build with Compass and Live Reload. It also manages browser dependencies using Bower.
The generator-django-axiacore is a base template for Django projects at AxiaCore. It includes features such as a Gulp build with Compass and Live Reload, management of browser dependencies using Bower, and support for Bootstrap or Materialize frameworks. It also provides a subgenerator for creating new apps with scaffold views and urls. Contributions are welcome through issue creation and pull requests. To install the generator, clone the repository and run npm install -g generator-django-axiacore.

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.