Skip to content

mohith563/djreact_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djreact_csv

Upload and save csv files with django and react


Frontend

Select and upload csv file through the frontend. The csv file should contain two fields - name, price

Backend

Products model has two fields - name, price

  • Once the file is received through a post request,it is parsed inside the ProductCreateView.
  • The new Product objects are created and then stored in the database

About

Upload and save csv files with django and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •