django-select2/django_select2/__init__.py

11 lines
279 B
Python
Raw Normal View History

"""
This is a Django_ integration of Select2_.
2017-04-11 11:28:39 +00:00
The application includes Select2 driven Django Widgets and Form Fields.
.. _Django: https://www.djangoproject.com/
.. _Select2: http://ivaynberg.github.com/select2/
"""
2017-11-25 16:23:36 +00:00
default_app_config = 'django_select2.apps.Select2AppConfig'