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.11.tar.gz
(1.5 MB
view details)
File details
Details for the file baseframe-0.2.11.tar.gz.
File metadata
- Download URL: baseframe-0.2.11.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79d8b10a83fdef57688558dc280cb1ab43bab706b4df43f37f8db24c3f316f23
|
|
| MD5 |
8068193d01bd0cabe93a45d337d2a7b0
|
|
| BLAKE2b-256 |
dd4d5be46e06a5091ed96a0a12960098b40de5ecb14d6ad15f332c157a1de575
|