mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
formatted :)
This commit is contained in:
@@ -5,5 +5,11 @@ from apps.achievement.models import Achievement
|
||||
|
||||
@admin.register(Achievement)
|
||||
class AchievementAdmin(admin.ModelAdmin):
|
||||
list_display = ("id", "name",)
|
||||
search_fields = ("name", "description",)
|
||||
list_display = (
|
||||
"id",
|
||||
"name",
|
||||
)
|
||||
search_fields = (
|
||||
"name",
|
||||
"description",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user