Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Mar 27, 2009
1 parent 539bdb0 commit 90a92b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ which will install the application into python's site-packages directory.

Add to INSTALLED_APPS:

wordpress
'wordpress'


### urls.py

Include the following in urls.py.

url(r'^path/to/blog/', include('')),
url(r'^path/to/blog/', include('wordpress.urls')),


## Help!
Expand Down

0 comments on commit 90a92b4

Please sign in to comment.