mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-23 20:15:49 +00:00
Update get_started.rst
This commit is contained in:
parent
66f1ab7bc3
commit
dea936ebee
1 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,11 @@ Installation
|
||||||
|
|
||||||
python manage.py collectstatic
|
python manage.py collectstatic
|
||||||
|
|
||||||
4. (Optionally) If you need multiple processes support, then::
|
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
|
python manage.py syncdb
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue