Skip to main content

A simple Django app to diff bi report.

Project description

  1. Add “report-diff” to your INSTALLED_APPS settings like this:

    INSTALLED_APP = [
        ...
        'report-diff',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^report-diff/', include('polls.urls')),

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-report-diff-1.5.tar.gz (5.2 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