Hi Eric,

Thank for your reply.

I have implemented the table creation using context data as you suggested.
And on web page I am using Datatables to create pages. How ever with this 
approach whole table data is sent to browser while rendering the page.
Which is taking time as expected.

I am very new to web development. Can you please suggest me some good site 
from where I can make the pagination with AJAX so that only the requested 
data should be sent to browser.

Apart from this I have one more concern. On the web page I have to create 
Graphs using this data. Which I am thinking will again block me. Because if 
I send data chunks to browser. The Graph will be created only for that much 
data Not whole.

Please correct me if there is any other approach to fix this Graph problem 
too.

Thanks a lot in advance.

Regards,
Sourabh Jaiswal.

On Tuesday, May 22, 2018 at 5:55:32 PM UTC+5:30, Sourabh Jaiswal wrote:
>
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a2f81dc5-090c-48f7-8923-51c64902816a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to