diff gpp/urls.py @ 141:861f7d5f1b23

Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Dec 2009 07:55:48 +0000
parents e04d91babfcf
children 6f14970b103a
line wrap: on
line diff
--- a/gpp/urls.py	Mon Nov 30 03:20:24 2009 +0000
+++ b/gpp/urls.py	Sun Dec 06 07:55:48 2009 +0000
@@ -3,9 +3,7 @@
 from django.contrib import admin
 from news.feeds import LatestNewsFeed
 
-# Use the default admin site, but tell it to use a custom
-# index template:
-admin.site.index_template = 'admin/custom_index.html'
+
 admin.autodiscover()
 
 feeds = {