[tasks] Add tasks app
This commit is contained in:
@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user