From 08360c93cc294fe2b4df1a236ae1f3db1d97f190 Mon Sep 17 00:00:00 2001 From: Brian Dant Date: Sun, 29 Sep 2013 03:07:59 -0400 Subject: [PATCH] Adds instruction for including in urlconf --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3af039e..9e342db 100644 --- a/README.md +++ b/README.md @@ -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 =============