Skip to content

Commit

Permalink
added url patterns to include
Browse files Browse the repository at this point in the history
  • Loading branch information
skoczen committed Sep 13, 2011
1 parent 786edb6 commit 7693e54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Standard stuff:
* `./manage.py migrate`
* `./manage.py collectstatic` (before deploying)

Add the URLs:
```
url(r'^website-admin/', include('rewrite.urls.private', app_name="rewrite", namespace="rewrite")),
url(r'^', include('rewrite.urls.public', app_name="rewrite", namespace="website")),
```
Usage
=====

Expand Down

0 comments on commit 7693e54

Please sign in to comment.