Tiote

Django database administrator
Download

Tiote Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • dumb906
  • Publisher web site:
  • https://github.com/dumb906/

Tiote Tags


Tiote Description

Tiote is a tool that enables Django websites to administer PostgreSQL and MySQL databases.InstallationIn 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 syncdbIn 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 applicationCustomizationAll 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.Product's homepage


Tiote Related Software