django-import
Customizable and extendable import for any django model from the admin and any API (by nnseva)
django-import-export
Django application and library for importing and exporting data with admin integration. (by django-import-export)
django-import | django-import-export | |
---|---|---|
1 | 6 | |
12 | 3,176 | |
- | 1.0% | |
2.5 | 8.9 | |
about 2 years ago | 19 days ago | |
Python | Python | |
GNU Lesser General Public License v3.0 only | BSD 2-clause "Simplified" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-import
Posts with mentions or reviews of django-import.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-28.
-
Import data to the Django
As a result, I wrote my own package Django Import from the scratch and would like to introduce it here.
django-import-export
Posts with mentions or reviews of django-import-export.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-19.
-
Export data from Django Admin to CSV
This is where the django-import-export library comes in handy. It provides an easy way to import and export data in various formats, such as CSV, xlsx and more.
- Show HN: Django-import-export v4 is out
-
Import or load a json into a database
django-import-export provides a sophisticated framework for importing data. Good if you need to do this on a regular basis and need to do some work on the data before writing to the database.
-
Import data to the Django
The Django Import Export package was good except for one issue: it requires describing a "resource" directly in the code, and it doesn't allow to import of arbitrary files.
- Upload CSV to change the Data Model
-
Useful Django 3rd party packages Part 2
Doc: https://django-import-export.readthedocs.io/en/latest/ Source: https://github.com/django-import-export/django-import-export
What are some alternatives?
When comparing django-import and django-import-export you can also consider the following projects:
django-data-wizard - 🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard
django-summernote - Simply integrate Summernote editor with Django project.
pass-import - A pass extension for importing data from most existing password managers
django-storages - https://django-storages.readthedocs.io/
django-csvimport - A generic CSV import tool for django models, imports run via admin upload logging model or custom command