Software Details:
Version: 1.8.1
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 12
Usage
django-staticfiles-jquery is a Django app 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. Once that is initialized, you can run python build.py. It's a simple script, feel free to dig in.
Requirements:
- Python
- Django
Comments not found