Re: Django app taking too long to upload data into postgresql database

2019-03-15 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Fri, 15 Mar 2019 at 18:25, Guillermo Yáñez Feliú wrote: > Hello, > > > I’m working in a projec

Django app taking too long to upload data into postgresql database

2019-03-15 Thread Guillermo Yáñez Feliú
Hello, I’m working in a project that consists in converting a local postgresql database (that uses sqlalchemy as the ORM) into a web application, in which I upload excel sheets, read them, do some small cleaning and then upload selected data into a postgresql database using Django’s ORM. Th