Merge pull request #63 from briandant/master

Adds instruction for including in urlconf
This commit is contained in:
AppleGrew 2013-09-29 01:19:15 -07:00
commit 44dd16ce18

View file

@ -17,6 +17,11 @@ Installation
3. When deploying on production server, run :-
python manage.py collectstatic
4. Add `django_select` to your urlconf for Ajax support
url(r'^select2/', include('django_select2.urls')),
Documentation
=============