django-select2/docs/overview.rst
2012-09-03 23:51:18 +05:30

18 lines
566 B
ReStructuredText

========
Overview
========
.. automodule:: django_select2
:members:
External Dependencies
=====================
* Django - This is obvious.
* jQuery - This is not included in the package since it is expected that in most scenarios this would already be available.
Example Application
===================
Please see ``testapp`` application. This application is used to manually test the functionalities of this package. This also serves as a good example.
You need only Django 1.4 or above to run that. It might run on older versions but that is not tested.