Tiote enables django websites to administer PostgreSQL and MySQL databases. It provides a clean and intuitive interface to your database(s) with which you can use Database level functions. This functions can be summarised as CRUD (Create, Read, Update and Delete). It has been tested both on linux (ubuntu), and epio (https://ep.io) environments.
Besides using tiote as an app in your django setup you can also use it as a standalone server to manage, monitor and your databases no matter they way they were created and are maintained.
Though a django app it can also be used by other stacks and setups though its primary implementation uses django and python.