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 8b3cbd5..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-from django.contrib import admin
-
-from .models import CommentDocument
-
-
-class CommentDocumentAdmin(admin.ModelAdmin):
-    prepopulated_fields = {"slug": ("name",)}
-
-admin.site.register(CommentDocument, CommentDocumentAdmin)