Should be overriden by plugins that want to connect custom Django views :return: [] of MountPoint objects
(self)
| 215 | return [] |
| 216 | |
| 217 | def app_mount_points(self): |
| 218 | """ |
| 219 | Should be overriden by plugins that want to connect |
| 220 | custom Django views |
| 221 | :return: [] of MountPoint objects |
| 222 | """ |
| 223 | return [] |
| 224 | |
| 225 | def api_mount_points(self): |
| 226 | """ |