mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-01 21:00:24 +00:00
Adds instruction for including in urlconf
This commit is contained in:
parent
f87839419d
commit
08360c93cc
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
=============
|
||||
|
|
|
|||
Loading…
Reference in a new issue