Django Grunt Template

screenshot of Django Grunt Template

Django project template, integrated GruntJS watch tasks

Overview:

The content provided is a guide for installing the Django Grunt Template, which is a Django project with Grunt.js integration. Grunt.js is used to watch for changes during development and run tasks simultaneously with the development server. The guide also mentions the need to create a deployment fabfile and provides instructions for setting up the local environment, including installing necessary applications like Git, Node.js, Postgres, Python, pip, virtualenv, and virtualenvwrapper.

Features:

  • Grunt.js integration for watching changes during development and running tasks parallel to the development server.
  • Grunt tasks for deployment and source file cleanup are already included.
  • Guide for creating a deployment fabfile.

Summary:

This guide provides instructions for installing the Django Grunt Template, a Django project with Grunt.js integration. It also mentions the need to create a deployment fabfile and provides step-by-step instructions for setting up the local environment. The guide is concise and easy to follow, making it a helpful resource for developers looking to incorporate Grunt.js into their Django projects.