Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/voronind/django-static-libs
- Owner: voronind
- Created: 2013-09-04T09:27:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T18:27:50.000Z (about 11 years ago)
- Last Synced: 2024-11-01T05:34:15.445Z (19 days ago)
- Language: JavaScript
- Size: 2.57 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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