django-report-diff


Namedjango-report-diff JSON
Version 1.5.1 PyPI version JSON
download
home_pagehttps://www.example.com/
SummaryA simple Django app to diff bi report.
upload_time2022-12-28 06:58:18
maintainer
docs_urlNone
authorDillon
requires_python
licenseBSD License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========
Report Diff
===========

Quick start
-----------

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')),




            

Raw data

            {
    "_id": null,
    "home_page": "https://www.example.com/",
    "name": "django-report-diff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dillon",
    "author_email": "18721296190@163.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/32/0d52a019ed2e3b0864d0307b4cd3d1a92193ac8f8686671856ae86411528/django-report-diff-1.5.1.tar.gz",
    "platform": "any",
    "description": "===========\r\nReport Diff\r\n===========\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Add \"report-diff\" to your INSTALLED_APPS settings like this::\r\n\r\n    INSTALLED_APP = [\r\n        ...\r\n        'report-diff',\r\n    ]\r\n\r\n2. Include the polls URLconf in your project urls.py like this::\r\n\r\n    url(r'^report-diff/', include('polls.urls')),\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "A simple Django app to diff bi report.",
    "version": "1.5.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "16b42ac7c1cd7db7ff43aba436e1eb25",
                "sha256": "bd2f44c8c0a46c0f230105b5241d1d938be26eefe04a1010422594411321f9ec"
            },
            "downloads": -1,
            "filename": "django-report-diff-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "16b42ac7c1cd7db7ff43aba436e1eb25",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5181,
            "upload_time": "2022-12-28T06:58:18",
            "upload_time_iso_8601": "2022-12-28T06:58:18.306781Z",
            "url": "https://files.pythonhosted.org/packages/ae/32/0d52a019ed2e3b0864d0307b4cd3d1a92193ac8f8686671856ae86411528/django-report-diff-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-28 06:58:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "django-report-diff"
}
        
Elapsed time: 0.02994s