Update README

This commit is contained in:
AppleGrew 2013-09-29 13:50:57 +05:30
parent ad30a48f70
commit 66f1ab7bc3

4
README
View file

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