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
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