Re: Automating the process of creating models from the data file provided

2019-02-14 Thread Abhilasha Jha
Hi Collin Thanks for the reply. I will see what I can do, and if this project is worth pursuing. Best regards Abhilasha -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and s

Re: Automating the process of creating models from the data file provided

2019-02-14 Thread Abhilasha Jha
Hi Carlton, Thanks for the reply, saw it today. Will go through the links you have given. Best regards Abhilasha -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop rece

Automating the process of creating models from the data file provided

2019-02-07 Thread Abhilasha Jha
Hi all, I was thinking if a feature could be added to Django models, such that when the CSV/ text or any other commonly used data file is added to the project and the models are automatically created and populated. I have not tried to go through nitty-gritty of the feature, but am thinking of do