Skip to main content
Build status

Reusable styles and templates for HasGeek projects. Setup instructions:

python setup.py install

You’ll need this boilerplate in your code to use it:

from flask import Flask
from flaskext.assets import Environment, Bundle
from baseframe import baseframe, baseframe_js, baseframe_css

app = 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 here

Baseframe is BSD-licensed, but is built on top of Twitter Bootstrap 2.0, which uses the Apache license.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

baseframe-0.2.14.tar.gz (1.8 MB view details)

Uploaded Source

File details

Details for the file baseframe-0.2.14.tar.gz.

File metadata

  • Download URL: baseframe-0.2.14.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for baseframe-0.2.14.tar.gz
Algorithm Hash digest
SHA256 4b06a05d4fc3134ddfcfc82955024c393964a668a929b996ebd2fba1cd4fd39f
MD5 e75a5ed276fb0af26b50a063dbf2b956
BLAKE2b-256 4eeb35689df60597f18b62cd52bdeb929f4b4650c1c93e9ea4cdc4fa05f6b013

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page