Use the Django dashboard
For some administration you need to access data that isn’t available on the frontend. Funkwhale makes use of the Django web framework. This provides a dashboard that gives pod admins access to more tools and data than the frontend.
There are two ways to access the Django administration dashboard:
Navigate to
https://<yourdomain>/api/admin
and log in with your pod admin credentials.Navigate to an object’s moderation page and select View in Django’s admin from the dropdown menu.