Python Forum

Full Version: Open Sqlite database file directly in django
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is there any way to open sqlite db directly in django.

I am working on an application for which a back end script creates a database for every execution.
The database consists of multiple tables and I have to show those tables on the web site made in django.

Is there any other way around for this?

Any help will be greatly appreciated.

Thanks,
Jaiswal.