Path to task data that does not fit in database fields (e.g. console output)
(self, *args)
| 399 | return self.assets_path("media", *args) |
| 400 | |
| 401 | def data_path(self, *args): |
| 402 | """ |
| 403 | Path to task data that does not fit in database fields (e.g. console output) |
| 404 | """ |
| 405 | return self.task_path("data", *args) |
| 406 | |
| 407 | def task_path(self, *args): |
| 408 | """ |