souzaux / flask-adminlte

Flask extension for AdminLTE dashboard and control panel template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-AdminLTE

https://travis-ci.org/dellintosh/flask-adminlte.png?branch=master Requirements Status

Flask-AdminLTE packages AdminLTE into an extension that mostly consists of a blueprint named 'adminlte'. It can also create links to serve AdminLTE from a CDN and works with no boilerplate code in your application.

Installation

If you're not already using virtualenv then I strongly recommend you do, it's just going to make your life a whole lot easier. The Flask Mega Tutorial has instructions on setting up virtualenv.

Optional but recommended step to use a virtualenv:

virtualenv myapp
pip install -r requirements.txt

Running the sample application

There is a sample application in sample_application/ which you can adapt to your needs. After installing the requirements run it from the project directory:

python run_sample_application.py

Usage

Here is an example:

from flask_adminlte import AdminLTE

[...]

AdminLTE(app)

This makes some new templates available, containing blank pages that include all bootstrap resources, and have predefined blocks where you can put your content.

About

Flask extension for AdminLTE dashboard and control panel template

License:MIT License


Languages

Language:JavaScript 54.7%Language:HTML 34.7%Language:CSS 10.5%Language:Python 0.1%Language:PHP 0.1%