Update get_started.rst

This commit is contained in:
AppleGrew 2013-09-29 13:52:45 +05:30
parent 66f1ab7bc3
commit dea936ebee

View file

@ -20,8 +20,12 @@ Installation
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')),
4. (Optionally) If you need multiple processes support, then::
5. (Optionally) If you need multiple processes support, then::
python manage.py syncdb