Skip to content

Commit

Permalink
Update README.rst: don't forget to enable the application.
Browse files Browse the repository at this point in the history
  • Loading branch information
fajran committed Jan 26, 2010
1 parent 8364d9e commit 099ebdf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ only valid for 5 visits before next week using this application.
Configuration
-------------

1. Add the authentication backend of this django-onetime application to
1. Add django-onetime application into your Django project. Modify your
``settings.py`` like the following::

INSTALLED_APPS = (
...
'onetime',
...
)

2. Add the authentication backend of this django-onetime application to
your project's ``settings.py``.
::

Expand All @@ -31,7 +40,7 @@ Configuration
http://docs.djangoproject.com/en/dev/topics/auth/#other-authentication-sources


2. Include the application's ``urls.py`` to your project.
3. Include the application's ``urls.py`` to your project.
::

urlpatterns = patterns('',
Expand Down

0 comments on commit 099ebdf

Please sign in to comment.