Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
Also need database tables when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 19, 2013
1 parent ff85847 commit eb178e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -50,6 +50,13 @@ Register the views:
urls.py:
url(r'^federated/', include('federated_login.urls')),

Sync or migrate your database:
::

python manage.py syncdb
# or if you use South:
python manage.py migrate federated_login

Usage
=====

Expand Down

0 comments on commit eb178e4

Please sign in to comment.