Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
crgwbr committed Nov 25, 2010
1 parent 1ece147 commit c6339ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
... ...
) )
3. Add this to your `urls.py` 3. Add this to your `urls.py`
# Django Tweet # Django Tweet
(r'^twitter/', include('django_tweet.urls')), (r'^twitter/', include('django_tweet.urls')),
4. Edit `django_tweet/settings.py` to fit your prefs: 4. Edit `django_tweet/settings.py` to fit your prefs:
AUTH_REDIRECT = '/' # Location to Redirect to after successful auth AUTH_REDIRECT = '/' # Location to Redirect to after successful auth
APP_URL_PREFIX = 'twitter' # URL Prefix set for django_tweet.urls APP_URL_PREFIX = 'twitter' # URL Prefix set for django_tweet.urls
Expand Down

0 comments on commit c6339ee

Please sign in to comment.