Nice video - it would also be interesting to see this with a user uploading an excel file instead of just having one to pull directly from a directory.
Sorry not to get back to you sooner. Thank you for joining the members. This tutorial has many flaws but clearly from the views it has had on stackoverflow there have been many who have needed of thought about approach. If you are thinking about adding data to an existing database, always good to try and validate the data before it is inserted, particularly if you have table dependencies. In terms of security, this approach needs more consideration if you were thinking about maintaining the data integrity with multiple users. Hard to give specifics without knowledge of a scenario of use case. Like all approaches, there is always a case for when a different approach could be used.
Thanks for this valuable information of Storing Data frame to DB, also please suggest how to export HTML table to pdf in Django without using external libraries. Thanks in advance
Hi @veryacademy. Can you please explain if we want to add validation in this file for example not allowing users to enter duplicate products by their title.
Can you please explain if we want to add validation in this file for example not allowing data to be stored as duplicate entries for example in case of product model with title and unit_price, all titles should be stored as unique.
This is so awesome love it ... been working on pandas and sqlalchemy for years and just taken up django. This is a dream come true thank you.
This man works so damn hard. He didn't even have to go out of his way to investigate this problem further. Love this guy.
Thank you very much! Was working on a pre-loaded data search engine at work, and this helps a lot!
Glad it helped!
OMG this is the tutorial im looking for thnx men you are the best next month im joining your chanel (with my first pay chek)
Thanks - Very informative. Managed to follow through for my own project (storing API requests to DB).
Glad it helped!
Nice video - it would also be interesting to see this with a user uploading an excel file instead of just having one to pull directly from a directory.
EXCELLENT! Wanted to set up docker with postgress as well as PGAmin. These advanced cases for Django are very informative. Thanks!
Very clean explanation and the video was very well paced. Thank You.
this video must be saved. thanks, i love this sir.
Excellent really well explained, very helpful
Glad it was helpful!
What if I have a foreign key in one of two tables?. I try your method but didn't work. Hope you have a solution. Thanks for the tutorial btw
The parameter "if_existis" refers to the table, not to the data. So if the value is "replace" the table will be dropped and created again.
Thanks for the tutorial
Any time
thank you Very Academy, It's certainly an efficient way, I wonder if it's secure for django.
Sorry not to get back to you sooner. Thank you for joining the members. This tutorial has many flaws but clearly from the views it has had on stackoverflow there have been many who have needed of thought about approach. If you are thinking about adding data to an existing database, always good to try and validate the data before it is inserted, particularly if you have table dependencies. In terms of security, this approach needs more consideration if you were thinking about maintaining the data integrity with multiple users. Hard to give specifics without knowledge of a scenario of use case. Like all approaches, there is always a case for when a different approach could be used.
@@veryacademy thank you for your time
👍
Thanks for this valuable information of Storing Data frame to DB, also please suggest how to export HTML table to pdf in Django without using external libraries. Thanks in advance
Thanks so much man
Hi @veryacademy. Can you please explain if we want to add validation in this file for example not allowing users to enter duplicate products by their title.
Can you please explain if we want to add validation in this file for example not allowing data to be stored as duplicate entries for example in case of product model with title and unit_price, all titles should be stored as unique.
👍
👍