Skip to content

Commit

Permalink
Merge pull request django-cms#65 from donce/patch-2
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
yakky committed Sep 9, 2015
2 parents 7a112a2 + 71e13cd commit b52fae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you want to enable the ajax loading:

* In your projects :code:`virtualenv`, run :code:`pip install Django-Select2`.
* Add :code:`'django_select2` to your :code:`INSTALLED_APPS` settings.
* Add :code:`url(r'^select2/, include('django_select2.urls')),` to your main ``urls.py``.
* Add :code:`url(r'^select2/', include('django_select2.urls')),` to your main ``urls.py``.


Settings
Expand Down

0 comments on commit b52fae5

Please sign in to comment.