Metadata-Version: 2.1
Name: js.adminlte
Version: 2.4.8
Summary: Fanstatic packaging of AdminLTE
Home-page: https://github.com/ephraimbuddy/js.adminlte
Author: Ephraim Anierobi
Author-email: ephraimanierobi@gmail.com
License: BSD
Keywords: fanstatic AdminLTE dashboard templates Ephraim Anierobi
Platform: UNKNOWN
Requires-Dist: fanstatic
Requires-Dist: js.bootstrap
Requires-Dist: setuptools

js.adminlte
***********

Introduction
============

This library packages `AdminLTE`_ for `fanstatic`_.

.. _`fanstatic`: http://fanstatic.org
.. _`AdminLTE`: https://adminlte.io

This requires integration between your web framework and ``fanstatic``,
and making sure that the original resources (shipped in the ``resources``
directory in ``js.adminlte``) are published to some URL.


How to use?
===========

This should be setup before rendering a page. See `fanstatic`_ for more
information::

  >>> from fanstatic import init_needed
  >>> needed = init_needed(base_url='http://localhost')

You can import ``adminlte`` from ``js.adminlte`` and ``need`` it where you want
these resources to be included on a page::

  >>> from js.adminlte import adminlte_js
  >>> adminlte_js.need()

Included plugins are ``datepicker_js``, ``timepicker_js``, ``bootstrap_wysihtml5_js``,
 ``icheck_js``, ``pace_js``, ``slimscroll_js``.
 The plugins can be imported from ``js.adminlte``
CHANGES
*******
2.4.8
===============================
Bug fixes

2.4.7
===============================
Bug fixes

2.4.6
===============================
Added plugins

2.4.5
===============================

- Initial release.


