/django-csv

Upload and process csv file in django

Primary LanguagePython

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 :