django-select2/docs/overview.rst
2012-08-31 11:34:23 +05:30

17 lines
557 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.