Update README

This commit is contained in:
AppleGrew 2013-09-29 13:54:00 +05:30
parent bdb936f762
commit 9895dc613f

2
README
View file

@ -18,7 +18,7 @@ Installation
python manage.py collectstatic
4. Add `django_select` to your urlconf if use any 'Auto' fields.
4. Add `django_select` to your urlconf if you use any 'Auto' fields.
url(r'^select2/', include('django_select2.urls')),