Skip to content

1st/django-data-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django app for import CSV data

Adds a button "Import" on model list page in Django admin site that allow to import new records to any model.

I have got idea from django-import-export and adopted it to work with CVS file import.

How to use

Follow next steps:

  • Install with pip install django-data-import
  • Add django_data_import to INSTALLED_APPS in your settings.py file
  • Edit your admin.py file and add from django_data_import import ImportDataMixin and add mixin to ModelAdmin like this class BlogAdmin(ImportDataMixin, admin.ModelAdmin)

About

Django app for import CSV data in admin site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published