tiote’s documentation!¶
Introduction¶
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. See Overview
Quick Install¶
Grab the source code and make it sure the source folder ‘tiote’ is accessible by manage.py of your django project. Add ‘tiote’ to your intalled apps and make a url configuration for it. See Installation