Tiote

Software Screenshot:
Tiote
Software Details:
Version: 0.2.1
Upload Date: 14 Apr 15
Developer: dumb906
Distribution Type: Freeware
Downloads: 72

Rating: 5.0/5 (Total Votes: 1)

Tiote is a tool that enables Django websites to administer PostgreSQL and MySQL databases.

Installation

In the settings.py of your django project add 'tiote' to the INSTALLED_APPS settings and django.contrib.sessions if it is not already there. and run

 python manage.py syncdb

In the urls.py of your project, add a url mapping for the tiote application (any address you want)

 (r'^< custom_url_map >/', include('tiote.urls')),

Open link < your_project >/< custom_url_map > to begin using tiote. Where < your_project > is the top level of your django project and < custom_url_map > is the url mapping for the application

Customization

All this settings are to be entered in settings.py or its equivalent

- TT_SHOW_SYSTEM_CATALOGS Include (set to True) or exclude (set to False) System Catalogs. Excluding System catalogs is the default and increases individual page load
- TT_SESSION_EXPIRY: accepts an integer (default 1800) which is the amount of seconds before the session expires (to be asked to log on again). It doesn't conflict with other sessions from other django applications.

Requirements:

  • Python
  • SQLAlchemy
  • Django
  • psycopg2
  • MySQLdb
  • static-files app for Django versions less than 1.3
  • django session app
  • Enabled javascript and Cookies in your browser (if not already enabled)

Similar Software

Qore JSON Module
Qore JSON Module

19 Feb 15

Yoyo-migrations
Yoyo-migrations

14 Apr 15

micromongo
micromongo

14 Apr 15

nuBuilder
nuBuilder

11 May 15

Comments to Tiote

Comments not found
Add Comment
Turn on images!