Skip to content

Commit

Permalink
Oops, remember to autodiscover() the new admin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Feb 1, 2011
1 parent c8b32bb commit d6aab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_website/urls/www.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.conf import settings
from django.conf.urls.defaults import *
from django.contrib import admin
from django.contrib import admin; admin.autodiscover()
from django.contrib.comments.feeds import LatestCommentFeed
from django.contrib.comments.models import Comment
from django.contrib.sitemaps import views as sitemap_views
Expand Down

0 comments on commit d6aab16

Please sign in to comment.