X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/736d94f6ac63f205be2967f013a15c457032fc2f..d555d988764995ea1f9f5ece46f453a66f09b334:/comment/admin.py?ds=sidebyside diff --git a/comment/admin.py b/comment/admin.py deleted file mode 100644 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)