Skip to content

Commit

Permalink
Added docs to django_website main urls
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/djangoproject.com@21 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacob committed Jul 14, 2005
1 parent 37f37d2 commit 941f574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_website/settings/urls/main.py
Expand Up @@ -2,5 +2,6 @@

urlpatterns = patterns('',
(r'^weblog/', include('django_website.apps.blog.urls.blog')),
(r'^documentation/', include('django_website.apps.docs.urls.docs')),
(r'', include('django.conf.urls.flatfiles')),
)

0 comments on commit 941f574

Please sign in to comment.