Awesome CSV uploader in Django !! 🔥🔥

preview_player
Показать описание
Awesome CSV uploader in Django !! 🔥🔥 - In this video, I have created a project which is a CSV uploader with a progress bar. This project will help you to understand how to upload files in Django. This is a very awesome project in Django. Django file uploader using progress bar.

🔥𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐑𝐨𝐜𝐤𝐬𝐭𝐚𝐫 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 🚀
Newton School Official WhatsApp Support Number: +91 6362 331 200
-----------------------------------------------------------------------------------

-------- 𝐀𝐛𝐨𝐮𝐭 𝐍𝐞𝐰𝐭𝐨𝐧 𝐒𝐜𝐡𝐨𝐨𝐥 --------
🔵NEWTON SCHOOL is an online Edtech company providing the highest-rated FULL STACK DEVELOPMENT PROGRAM for professionals, graduates, and women.

🌕NEWTON SCHOOL is your gateway to a high-paying tech career in 6 months with Zero fees till placement, transforming you into a rockstar full-stack developer earning 5-40 Lakh per annum salary. Newton School’s students are already working in more than 150+ top companies of India including Zomato, Unacademy, Deloitte, Nutanix, etc.

🔵To watch more videos on programming, Data Structures, Android Development, Data Science, C++, Java, React, subscribe to our channel.

- - - - - - - - - - - - - -
If you're reading this far down, hello, you look nice today :)

related - django csv uploader,django file upload with progress bar,django file upload,django file upload and download,django file upload tutorial,django file upload form,django file upload progress bar,django file upload api,django file upload example,django csv upload,django rest framework file upload api,django rest framework file upload,django rest framework file upload tutorial,django rest framework file upload parser,django rest framework file upload example
Рекомендации по теме
Комментарии
Автор

Bhai next batch kb se start hoo reha h full stich devloper ka

RAHUL_SAHU
Автор

Hi, Thanks for the tutorial, but This is not the django rest framework as you show in video thumbnail

mohamedabbase
Автор

More optimised solution,
data = <your pandas csv data>
person_objects = []
for i in data:
person_objects.append(
Person(first_name=i[0], ...more fields...))


This will decrease your query time.
😊

awesometrackx
Автор

Can you please provide the source code?

mehedi_maruf