Skip to main content

Import tool attachable to almost every Django admin

Project description

Notice: This application is still under heavy development and everything is subject to change.

  1. Add 'admin_import' to INSTALLED_APPS in your settings file.

  2. Add an import to your admin like so:

    try:
        from admin_import.options import add_import
    except ImportError:
        pass
    else:
        add_import(InviteeAdmin)
  3. Add a button in your admin by overriding the change_list.html template for your specific model.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-import-0.2.1.tar.gz (8.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page