fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
--- a/
comment/admin.py
+++ /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)