AmirJlr / django-csv

Upload and process csv file in django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-csv

Mini Project for Upload and Process csv files in django

Python   Django  Sqlite  HTML 

install django :

  • pip install django
  • python manage.py migrate

Upload csv files from Admin panel or Custom View

- Admin Panel :

upload a csv file :

choose file

created model's instances

- Custom View :

About

Upload and process csv file in django


Languages

Language:Python 92.9%Language:HTML 7.1%