=========== Get Started =========== Overview -------- .. automodule:: django_select2 :members: Installation ------------ 1. Install `django_select2`:: pip install django_select2 2. Add `django_select2` to your `INSTALLED_APPS` in your project settings. 3. When deploying on production server, run:: python manage.py collectstatic Available Setting ----------------- ``AUTO_RENDER_SELECT2_STATICS`` [Default ``True``] This, when specified and set to ``False`` in ``settings.py`` then Django_Select2 widgets won't automatically include the required scripts and stylesheets. When this setting is ``True`` then every Select2 field on the page will output ``