Skip to content

Commit

Permalink
Merge pull request #112 from ravaan/develop
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
asfaltboy authored Apr 26, 2020
2 parents 0427d11 + bb97677 commit c618c78
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 @@ Installation & Set up
=====================

1. Install from pypi: ``pip install django-advanced-filters``
2. Add both ``'advanced_filters'`` to ``INSTALLED_APPS``.
2. Add ``'advanced_filters'`` to ``INSTALLED_APPS``.
3. Add ``url(r'^advanced_filters/', include('advanced_filters.urls'))``
to your project's urlconf.
4. Run ``python manage.py syncdb`` or ``python manage.py migrate`` (for django >= 1.7)
Expand Down

0 comments on commit c618c78

Please sign in to comment.