aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki/models.py')
-rw-r--r--bn_django/git_wiki/models.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bn_django/git_wiki/models.py b/bn_django/git_wiki/models.py
index 2fe841f..87bfa55 100644
--- a/bn_django/git_wiki/models.py
+++ b/bn_django/git_wiki/models.py
@@ -267,9 +267,3 @@ def shortlog(hash=None,tree=None):
shortlog.append(logobj)
return shortlog
-from django.contrib import admin
-
-admin.site.register(Tree)
-admin.site.register(Item)
-admin.site.register(Commit)
-