Skip to content

Commit

Permalink
adding build to urls
Browse files Browse the repository at this point in the history
  • Loading branch information
oppianmatt committed Nov 10, 2009
1 parent 052e8c8 commit 198e96d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions urls.py
Expand Up @@ -42,6 +42,9 @@

# tinymce
(r'^tinymce/', include('tinymce.urls')),

# build
(r'^build/', include('build.urls')),

# last, the about pages and home page etc
(r'^', include('oppianapp.urls')),
Expand Down

0 comments on commit 198e96d

Please sign in to comment.