Get a path relative to the place where assets are stored
(self, *args)
| 387 | return None |
| 388 | |
| 389 | def assets_path(self, *args): |
| 390 | """ |
| 391 | Get a path relative to the place where assets are stored |
| 392 | """ |
| 393 | return self.task_path("assets", *args) |
| 394 | |
| 395 | def media_directory_path(self, *args): |
| 396 | """ |