=========== 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 4. Add `django_select` to your urlconf **if** you use any 'Auto' fields:: url(r'^select2/', include('django_select2.urls')), 5. (Optionally) If you need multiple processes support, then:: python manage.py syncdb Available Settings ------------------ ``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 ``