Skip to content

Commit

Permalink
Update usage docs to use migrate instead of syncdb, fixes #122
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Oct 23, 2017
1 parent a34cf23 commit cab7caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Version 0.5.6 (unreleased)
* Updated render method to adapt for Django 2.1 (PR #120, thanks @skozan)
* Improved compatibility with Django 2.0, tests against Django 2.0a1 (PR #121, thanks @Kondou-ger)
* Dropped support for PIL (use Pillow instead)
* Updated documentation (Fixes #122, thanks @claudep)


Version 0.5.5
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation

1. Install ``django-simple-captcha`` via pip_: ``pip install django-simple-captcha``
2. Add ``captcha`` to the ``INSTALLED_APPS`` in your ``settings.py``
3. Run ``python manage.py syncdb``
3. Run ``python manage.py migrate``
4. Add an entry to your ``urls.py``::

urlpatterns += [
Expand Down

0 comments on commit cab7caa

Please sign in to comment.