baseframe

Baseframe for HasGeek projects
Download

baseframe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kiran Jonnalagadda
  • Publisher web site:
  • http://github.com/jace/

baseframe Tags


baseframe Description

baseframe is a Python module Reusable styles and templates for HasGeek projects. Setup instructions:python setup.py installYou'll need this boilerplate in your code to use it:from flask import Flaskfrom flaskext.assets import Environment, Bundlefrom baseframe import baseframe, baseframe_js, baseframe_cssapp = Flask(__name__, instance_relative_config=True)app.register_blueprint(baseframe)assets = Environment(app)js = Bundle(baseframe_js)css = Bundle(baseframe_css)assets.register('js_all', js)assets.register('css_all', css)Import models and views, and register routes hereBaseframe is BSD-licensed, but is built on top of Twitter Bootstrap 2.0, which uses the Apache license.Product's homepage


baseframe Related Software