Adds instruction for including in urlconf

This commit is contained in:
Brian Dant 2013-09-29 03:07:59 -04:00
parent f87839419d
commit 08360c93cc

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
=============