djangondor


Namedjangondor JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/dalitsosakala/djangondor
SummaryA collection of django utilities.
upload_time2024-05-23 12:47:58
maintainerNone
docs_urlNone
authorDalitso Sakala
requires_python>=3.8
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
Djangondor
==========

Djangondor is a collection Django utilities.

Detailed documentation is in the "docs" directory.

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

1. Add "djangondor" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...,
        "djangondor",
    ]

2. See the documentation at <https://djangondor.readthedocs.io>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dalitsosakala/djangondor",
    "name": "djangondor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dalitso Sakala",
    "author_email": "dalitso.1sc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/f5/f412fcc511fabc178a301f1dce024944b1b211b355c21a7bd9e879b5d7c3/djangondor-1.4.1.tar.gz",
    "platform": null,
    "description": "==========\nDjangondor\n==========\n\nDjangondor is a collection Django utilities.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"djangondor\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...,\n        \"djangondor\",\n    ]\n\n2. See the documentation at <https://djangondor.readthedocs.io>\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A collection of django utilities.",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/dalitsosakala/djangondor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ff5f412fcc511fabc178a301f1dce024944b1b211b355c21a7bd9e879b5d7c3",
                "md5": "7470184520ed235646d6eb46f81104c5",
                "sha256": "3c6197fc340d02fd1cba0060ab11e710fe4ea79b17ce9e13bc1c3c1bd317fc81"
            },
            "downloads": -1,
            "filename": "djangondor-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7470184520ed235646d6eb46f81104c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6581,
            "upload_time": "2024-05-23T12:47:58",
            "upload_time_iso_8601": "2024-05-23T12:47:58.950187Z",
            "url": "https://files.pythonhosted.org/packages/3f/f5/f412fcc511fabc178a301f1dce024944b1b211b355c21a7bd9e879b5d7c3/djangondor-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 12:47:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dalitsosakala",
    "github_project": "djangondor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "djangondor"
}
        
Elapsed time: 0.22863s