Working custom admin view.

This commit is contained in:
Chris Jones
2012-01-16 13:27:52 -08:00
parent 58d59af2d9
commit b7f1ad5fd0
7 changed files with 95 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
from django.contrib import admin
from djrill.views import AdminListView
admin.site.register_view("djrill", AdminListView.as_view(), "Djrill")