Skip to content

Commit

Permalink
Made example_project Django 1.0 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Mar 21, 2009
1 parent 817bc62 commit e32dbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_project/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
urlpatterns = patterns('',
url(r'^$', direct_to_template, {'template': 'example.html'}),
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
(r'^admin/(.*)', include(admin.site.urls)),
(r'^admin/(.*)', admin.site.root),
)

0 comments on commit e32dbfc

Please sign in to comment.