Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/django-staticfiles-jquery
Introducing jQuery to Django!
https://github.com/tswicegood/django-staticfiles-jquery
Last synced: 12 days ago
JSON representation
Introducing jQuery to Django!
- Host: GitHub
- URL: https://github.com/tswicegood/django-staticfiles-jquery
- Owner: tswicegood
- License: apache-2.0
- Created: 2012-08-31T22:53:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T17:37:02.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T07:52:51.724Z (about 1 month ago)
- Language: Python
- Homepage: https://crate.io/packages/django-staticfiles-jquery/
- Size: 259 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-staticfiles-jquery
=========================
Introducing jQuery to Django!Usage
-----
This application is meant to be used with `django-staticfiles`_. Make sure
that staticfiles setup and configured, then install this application using
`pip`_:::
pip install django-staticfiles-jquery
Finally, make sure that `jquery` is listed in your ``INSTALLED_APPS``. You
can use this oneliner to add it as well:::
INSTALLED_APPS += ['jquery', ]
Build
-----
To build this, you need to have the jQuery `build tool chain`_ configured.
See ``support/build.py`` for more information on how data is transferred from the submodule to the Python package... _django-staticfiles: https://github.com/jezdez/django-staticfiles
.. _pip: http://www.pip-installer.org/
.. _build tool chain: https://github.com/jquery/jquery#how-to-build-your-own-jquery