Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel authored Dec 21, 2016
1 parent d6c7747 commit 113a72b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ Django Select2
~~~~~~~~~~~~~~

This plugin supports `django-select2 <https://github.com/applegrew/django-select2#installation>`_
for simpler use of internal links. We **do not support 5.x**, this is why you
need to manually configure this feature:
for simpler use of internal links. You need to manually enable it by:

* run ``pip install django-select2>=4.3,<5.0``
* run ``pip install django-select2``
* add ``django_select2`` to your ``INSTALLED_APPS``
* add ``url(r'^select2/', include('django_select2.urls')),`` to your ``urls.py``
* set ``DJANGOCMS_LINK_USE_SELECT2 = True`` in your ``settings.py``
Expand Down

0 comments on commit 113a72b

Please sign in to comment.