Skip to content

Commit

Permalink
Add 'syncdb' to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jan 8, 2012
1 parent ce3fe04 commit 3e6b460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ in your settings file:
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
]

Finally, synchronize your database to install Fandjango's models:

$ python manage.py syncdb

*Note:* If you're using Django's built-in CSRF protection middleware, you need to make sure Fandjango's
middleware precedes it. Otherwise, Facebook's requests to your application will qualify cross-site
Expand Down

0 comments on commit 3e6b460

Please sign in to comment.