Skip to content

Commit

Permalink
Django 1.3 baby
Browse files Browse the repository at this point in the history
  • Loading branch information
rodbegbie committed Mar 30, 2011
1 parent be4518b commit dc1b8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vanity/urls.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# (r'^admin/doc/', include('django.contrib.admindocs.urls')), # (r'^admin/doc/', include('django.contrib.admindocs.urls')),


# Uncomment the next line to enable the admin: # Uncomment the next line to enable the admin:
(r'^admin/(.*)', admin.site.root), (r'^admin/(.*)', include(admin.site.urls)),
) )

0 comments on commit dc1b8ee

Please sign in to comment.