[tasks] Add tasks app

This commit is contained in:
2024-09-30 14:55:02 -04:00
parent bbe8149e6c
commit 183469ebe5
18 changed files with 374 additions and 2 deletions

View File

@ -23,6 +23,9 @@ class ScrobbleInline(admin.TabularInline):
"sport_event",
"board_game",
"geo_location",
"task",
"mood",
"brickset",
"trail",
"web_page",
"life_event",
@ -116,6 +119,10 @@ class ScrobbleAdmin(admin.ModelAdmin):
"video_game",
"board_game",
"geo_location",
"task",
"mood",
"brickset",
"trail",
"web_page",
"life_event",
)