Skip to main content

A web frontend for perfectextractor

Project description

Quick start

  1. Add "perfectextractor_ui" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'widget_tweaks',
        'perfectextractor_ui,
    ]
  1. Include the perfectextractor_ui URLconf in your project urls.py like this:
    path('perfectextractor/', include('perfectextractor_ui.urls')),
  1. Run python manage.py migrate to create the required models.

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

perfectextractor-ui-0.1.4.tar.gz (128.1 kB view hashes)

Uploaded Source

Built Distribution

perfectextractor_ui-0.1.4-py3-none-any.whl (133.2 kB view hashes)

Uploaded Python 3

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