Hi, I am working on building an app that reports the data from the already existing tables in the Oracle DB. These tables are data-dictionary tables and my application will connect to these tables using read-only access to SELECT and draw graphs on the webpage. How do I build my application that queries the already existing tables? Am new to web development and all Django documentation discusses models that get created according to the models.py.
Scenario: table v$session contains all the current sessions information and is under SYS user. My web application should connect as webinfo user that has read-only access on v$session table, query the data and present it in webpage. Do I write views that directly talk to these tables, pull data and render it online? Or is there a better way? Thanks Vikram -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

