Giter VIP home page Giter VIP logo

flask-adminlte's Introduction

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.

flask-adminlte's People

Contributors

dellintosh avatar jkinred avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.