artd-partner


Nameartd-partner JSON
Version 1.0.11 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Partner.
upload_time2025-01-18 04:09:02
maintainerNone
docs_urlNone
authorJonathan Urzola
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ArtD Partner
=============
Art Partner is a package that makes it possible to manage headquarters, locations, co-workers, etc.
---------------------------------------------------------------------------------------------------_
1. Add to your INSTALLED_APPS setting like this:

.. code-block:: python

    INSTALLED_APPS = [
        ...
        'django-json-widget'
        'artd_modules',
        'artd_service',
        'artd_location',
        'artd_partner',
    ]
2. Run the migration commands:
   
.. code-block::
    
        python manage.py makemigrations
        python manage.py migrate


3. Run the seeder data:
   
.. code-block::

        python manage.py create_countries
        python manage.py create_colombian_regions
        python manage.py create_colombian_cities
        python manage.py create_apps
        python manage.py create_services
        python manage.py insert_installed_apps_and_permissions

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-partner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jonathan Urzola",
    "author_email": "jonathan@artd.com.co",
    "download_url": "https://files.pythonhosted.org/packages/2f/59/69cda3ac23e21ef8fb93fccb2d22f0c92125efe28e8c7d10e28ca9287aed/artd_partner-1.0.11.tar.gz",
    "platform": null,
    "description": "ArtD Partner\n=============\nArt Partner is a package that makes it possible to manage headquarters, locations, co-workers, etc.\n---------------------------------------------------------------------------------------------------_\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        ...\n        'django-json-widget'\n        'artd_modules',\n        'artd_service',\n        'artd_location',\n        'artd_partner',\n    ]\n2. Run the migration commands:\n   \n.. code-block::\n    \n        python manage.py makemigrations\n        python manage.py migrate\n\n\n3. Run the seeder data:\n   \n.. code-block::\n\n        python manage.py create_countries\n        python manage.py create_colombian_regions\n        python manage.py create_colombian_cities\n        python manage.py create_apps\n        python manage.py create_services\n        python manage.py insert_installed_apps_and_permissions\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "ArtD Partner.",
    "version": "1.0.11",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98df9971621c517e5a344284a52783b4b9bd949d62f65724eddc8985cc4aad00",
                "md5": "e70ee1fb7aea1cfd72059183755a8eed",
                "sha256": "714c1f6fb274dcf5d922defc31f83d073ce5fadc520b0568f64c8ac43244bdb9"
            },
            "downloads": -1,
            "filename": "artd_partner-1.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e70ee1fb7aea1cfd72059183755a8eed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19178,
            "upload_time": "2025-01-18T04:08:58",
            "upload_time_iso_8601": "2025-01-18T04:08:58.351522Z",
            "url": "https://files.pythonhosted.org/packages/98/df/9971621c517e5a344284a52783b4b9bd949d62f65724eddc8985cc4aad00/artd_partner-1.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f5969cda3ac23e21ef8fb93fccb2d22f0c92125efe28e8c7d10e28ca9287aed",
                "md5": "a0d1e05a265f0084247c9a222cc92e76",
                "sha256": "235799a364266ee7085aa995a3fdd0de59225fc799e5ed82a02eb31d56d3b641"
            },
            "downloads": -1,
            "filename": "artd_partner-1.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "a0d1e05a265f0084247c9a222cc92e76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12121,
            "upload_time": "2025-01-18T04:09:02",
            "upload_time_iso_8601": "2025-01-18T04:09:02.366618Z",
            "url": "https://files.pythonhosted.org/packages/2f/59/69cda3ac23e21ef8fb93fccb2d22f0c92125efe28e8c7d10e28ca9287aed/artd_partner-1.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 04:09:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-partner"
}
        
Elapsed time: 0.94659s