Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voronind/django-static-libs

Set of front-end libraries packaged in easy to use dajngo app.
https://github.com/voronind/django-static-libs

Last synced: 12 days ago
JSON representation

Set of front-end libraries packaged in easy to use dajngo app.

Awesome Lists containing this project

README

        

========================================
django-static-libs
========================================

Install
=======
``pip install django-static-libs``

Setting
=======
Add app to ``ISTALLED_APPS`` in ``settings.py``::

INSTALLED_APPS = (
...
'static_libs',
)

Usage
=====

template.html::





...



Libs
====

- Twitter Bootstrap 3.0
- jQuery 1.10.2
- jquery-ui 1.10.3
- jquery.form 3.40
- jquery.cookie 1.3.1