michaelkuty / xstatic-adminlte

AdminLTE library packaged as XStatic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XStatic-AdminLTE

AdminLTE toolkit library packaged for setuptools (easy_install) / pip.

This package is intended to be used by any project that needs these files.

It intentionally does not provide any extra code except some metadata nor has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package XStatic.

Usage

import xstatic.pkg.adminlte

STATICFILES_DIRS = [('lib',
        xstatic.main.XStatic(xstatic.pkg.adminlte).base_dir),
]

About

AdminLTE library packaged as XStatic.


Languages

Language:CSS 98.6%Language:Python 1.4%