mirror of
https://github.com/Balshgit/public.git
synced 2025-09-12 16:40:43 +03:00
9 lines
223 B
Python
9 lines
223 B
Python
# from django.contrib import admin
|
|
#
|
|
# from server.apps.main.models import BlogPost
|
|
#
|
|
#
|
|
# @admin.register(BlogPost)
|
|
# class BlogPostAdmin(admin.ModelAdmin[BlogPost]):
|
|
# """Admin panel example for ``BlogPost`` model."""
|