Import data to the Django

This page summarizes the projects mentioned and recommended in the original post on /r/django

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. django-data-wizard

    🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard

    When it really happened, I thought that I could easily find it in the Django packages list on the special site. Really, I've found the correspondent package Django Data Wizard which looks like doing almost exactly what I meant.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. django-import-export

    Django application and library for importing and exporting data with admin integration.

    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.

  4. django-csvimport

    A generic CSV import tool for django models, imports run via admin upload logging model or custom command

    One more package has not been found in a grid but was available for direct search. It is a Django CSV Import. I did like its pure design and simple use, but there also was no import customization. Additionally, it was not supporting asynchronous import tasks. I've tried to extend the code of the package, but a long history of the package did such modifications impossible.

  5. django-import

    Customizable and extendable import for any django model from the admin and any API

    As a result, I wrote my own package Django Import from the scratch and would like to introduce it here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Export data from Django Admin to CSV

    1 project | dev.to | 1 Jul 2024
  • Show HN: Django-import-export v4 is out

    1 project | news.ycombinator.com | 17 May 2024
  • Import or load a json into a database

    2 projects | /r/django | 19 Apr 2023
  • Upload CSV to change the Data Model

    1 project | /r/django | 18 Aug 2022
  • Django 5.2 Released

    1 project | news.ycombinator.com | 2 Apr 2025