Skip to content

Commit

Permalink
Added "patterns" in "urlpatterns += patterns( ... )" to Read Me. Wow,…
Browse files Browse the repository at this point in the history
… I guess my instructions were wrong all this time. Sorry about that.

git-svn-id: http://django-podcast.googlecode.com/svn@47 7eeeb57b-9f54-0410-948d-eb906a2a6a24
  • Loading branch information
richardcornish committed Nov 20, 2008
1 parent f7f86c4 commit e48e173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Assuming the Django binary directory is on your Python path, run the `syncdb` co
Add these lines to your URL configuration, `urls.py`:

{{{
urlpatterns += ('',
urlpatterns += patterns('',
(r'^podcasts/', include('podcast.urls')),
)
}}}
Expand Down

0 comments on commit e48e173

Please sign in to comment.