Generator Django Axiacore

screenshot of Generator Django Axiacore

Base template for a Django project

Overview:

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.

Features:

  • Gulp build: Includes Gulp for building the project, with support for Compass and Live Reload.
  • Browser dependencies: Manages browser dependencies using Bower.
  • Bootstrap or Materialize: Can be set up to use either Bootstrap or Materialize framework.
  • Subgenerators: Includes a subgenerator for creating new apps with scaffold views and urls.
  • Contribution: Accepts contributions through issue creation and pull requests.

Summary:

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
Gulp

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.