Skip to content

jha-shubham01/populate-data-using-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Populate data using CSV in Django

Description

This project demonstrates how to user CSV file to populate data in Django Model programmatically.

To run the project

  1. Checkout the code
  2. Create virtual environment (virutalenv .env)
  3. Activate the environment (source .env/bin/activate)
  4. Install all the packages (pip install -r requirements.txt)
  5. Navigate inside the project (cd src)
  6. Run the project (python manage.py runserver)

Video Sereis:

Part 1 (Using Django): https://youtu.be/UKE5yQAmg0k
Part 2 (Using DRF) : https://youtu.be/lJBxANzyIeU

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages