Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Mariusz Felisiak
Hi, Please take a look at existing ticket #5253 which was rejected. We should reach a strong consensus on the mailing list to reopen a closed ticket (see triaging guidelines with regards to wontfix tickets

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Muskan Vaswan
Django-import- export is along the lines of what I want to implement, this is how i eventually managed to import a csv file as a user there are drawbacks to the library, the biggest one being its not the easiest to use without admin integration, which isn't always possible in large projects.

Re: Increasing support for Microsoft SQL Server

2020-11-26 Thread Warren Chu
Thanks for link references - they've been helpful. We're in the process of forking the existing django-mssql-backend and setting up related pipelines. We're also reviewing previously logged Github issues, and preparing an internal Django app

Re: Improving MSSQL and Azure SQL support on Django

2020-11-26 Thread Warren Chu
Hi All, Microsoft has now committed ongoing resources towards improving MSSQL and Azure SQL support for Django. We're currently focused on internal compliance and forking the ESSolutions django-mssql-backend , adding testing pipelines, refac

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Jon Dufresne
Is django-import-export at all along the lines of what you're looking for? https://github.com/django-import-export/django-import-export > django-import-export is a Django application and library for importing and exporting data with included admin integration. > ... > support multiple formats (Ex

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Muskan Vaswan
I would like to tackle this singularly first if possible, especially for gsoc. Hope you understand I appreciate your offer On Thu, 26 Nov, 2020, 9:25 pm Shoury Sharma, wrote: > Hello! > I'm also looking forward for GSOC'21. If you prefer we could try merging > this functionalities by submit

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Muskan Vaswan
Thank you all for your response, I really appreciate it. This seems to be a very active and helpful community already love django more! On Thursday, 26 November 2020 at 21:25:30 UTC+5:30 shan...@gmail.com wrote: > Hello! > I'm also looking forward for GSOC'21. If you prefer we could try merging

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Shoury Sharma
Hello! I'm also looking forward for GSOC'21. If you prefer we could try merging this functionalities by submitting patches. Regards On Thu, 26 Nov, 2020, 1:22 am Muskan Vaswan, wrote: > Hi everyone, > I am Muskan and am very new to this community however not that new to > django itself. Contribu

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Philip Mutua
Hi Musksan, You need to implement some functionality to upload the CSV file and read it then upload data into into database in bulk. You can django has a way to add multiple objects using bulk_create. Here is a full example I hope it will help. https://github.com/pmutua/drf_csv_xlsx_file_upload

RE: CAUTION

2020-11-26 Thread HimanshuPoptani
tHANKXXX…. Sent from Mail for Windows 10 From: Carlton GibsonSent: 19 November 2020 19:32To: Django developers (Contributions to Django itself)Subject: Re: CAUTION Hi. Welcome.  Check out the Contributing Guide: https://docs.djangoproject.com/en/dev/internals/contributing/ I hope that helps. Carlto

Re: Request for Comment: settings growth configuring Email Backend.

2020-11-26 Thread Carlton Gibson
Hi Michiel. > On 25 Nov 2020, at 17:53, Michiel Beijen wrote: > > the old ones should be marked deprecated and > probably should have been marked as such some Django releases ago. There you are, super. 👍 Thank you for your input! Kind Regards, Carlton -- You received this message becau