On 22 déc, 17:22, Vikram <[email protected]> wrote: > 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.
http://docs.djangoproject.com/en/dev/howto/legacy-databases/ http://www.djangobook.com/en/1.0/chapter16/ HTH -- 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.

