Move to src dir.
[edumed.git] / comment / admin.py
diff --git a/comment/admin.py b/comment/admin.py
deleted file mode 100644 (file)
index 7c9ce9a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8 -*-
-from django.contrib import admin
-
-from .models import CommentDocument
-
-
-class CommentDocumentAdmin(admin.ModelAdmin):
-    prepopulated_fields = {"slug": ("name",)}
-
-admin.site.register(CommentDocument, CommentDocumentAdmin)