Fishbone

screenshot of Fishbone

Fishbone is an HTML5-Bootstrap boilerplate web application with django backend on Google App Engine.

Overview

Fishbone is an HTML5-Bootstrap boilerplate web application with a Django backend. It is designed to run on Google App Engine and is based on django-on-appengine.

Features

  • HTML5-Bootstrap boilerplate
  • Django backend
  • Designed for Google App Engine
  • Based on django-on-appengine

Using Fishbone with Grunt

Grunt support is built into Fishbone. Follow these steps to use it:

  1. Run npm install --save-dev to install grunt task dependencies.
  2. Configure Gruntfile.coffee as you wish (optional).
  3. Run grunt dev to build client-side sources of Fishbone for development environments.

Customization

To customize the client-side code, follow these steps:

  1. Modify resources under the assets directory.
  2. Build it using grunt.

Summary

Fishbone is an HTML5-Bootstrap boilerplate web application with a Django backend. It is designed to run on Google App Engine and is based on django-on-appengine. It offers features such as Grunt support for easy development and customization options for client-side code. Installation is straightforward with the provided steps.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.