django-select2/django_select2/__init__.py
2017-11-25 18:56:46 +01:00

10 lines
279 B
Python

"""
This is a Django_ integration of Select2_.
The application includes Select2 driven Django Widgets and Form Fields.
.. _Django: https://www.djangoproject.com/
.. _Select2: http://ivaynberg.github.com/select2/
"""
default_app_config = 'django_select2.apps.Select2AppConfig'