From 38081bee02979be1855f636f4cb5ad15c0f982e7 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sun, 13 Nov 2011 13:56:51 +0000 Subject: [PATCH] corrections to README.markdown --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 9bb63ff..bd179e0 100644 --- a/README.markdown +++ b/README.markdown @@ -47,12 +47,15 @@ After you've done that, specify the following urlconf in your root urls.py: Add the following settings to settings.py: TWITTER_KEY = 'your_key' + TWITTER_SECRET = 'your_secret' LOGIN_URL='/your_url_extension/login' + LOGOUT_URL='/your_url_extension/logout' LOGIN_REDIRECT_URL='/' + LOGOUT_REDIRECT_URL='/' Restart your Django app, and it should all work auto-magically. Build onwards from here if you're