Mercurial > public > sg101
diff gpp/urls.py @ 139:e04d91babfcf
Close #30. Create an admin dashboard to see pending content and requests for admin action.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 29 Nov 2009 22:33:15 +0000 |
parents | 2d299909e074 |
children | 861f7d5f1b23 |
line wrap: on
line diff
--- a/gpp/urls.py Fri Nov 27 21:55:32 2009 +0000 +++ b/gpp/urls.py Sun Nov 29 22:33:15 2009 +0000 @@ -3,6 +3,9 @@ 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 = {