mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-14 16:13:10 +00:00
Fixes #250 -- Adds link to ModelWidgets in quick start guide
This commit is contained in:
parent
8d48887f5c
commit
27091f5b49
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ Installation
|
|||
2. Add ``django_select2`` to your ``INSTALLED_APPS`` in your project settings.
|
||||
|
||||
|
||||
3. Add ``django_select`` to your urlconf **if** you use any 'Auto' fields::
|
||||
3. Add ``django_select`` to your urlconf **if** you use any
|
||||
:class:`ModelWidgets <.django_select2.forms.ModelSelect2Mixin>`::
|
||||
|
||||
url(r'^select2/', include('django_select2.urls')),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue