artd-price-list


Nameartd-price-list JSON
Version 1.0.11 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Price List.
upload_time2024-07-12 22:53:54
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 Price List
===============
Art Product is a package that makes it possible to manage price list and price list changes.
--------------------------------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:

.. code-block:: python

    INSTALLED_APPS = [
        'django-json-widget'
        'artd_location',
        'artd_partner',
        'artd_product',
        'artd_price_list',
    ]

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_taxes

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-price-list",
    "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/a9/8d/33d856efb0605bb48f2f481cf0a29984701a22194d920e19b11735230851/artd_price_list-1.0.11.tar.gz",
    "platform": null,
    "description": "ArtD Price List\n===============\nArt Product is a package that makes it possible to manage price list and price list changes.\n--------------------------------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        'django-json-widget'\n        'artd_location',\n        'artd_partner',\n        'artd_product',\n        'artd_price_list',\n    ]\n\n2. Run the migration commands:\n   \n.. code-block::\n    \n        python manage.py makemigrations\n        python manage.py migrate\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_taxes\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "ArtD Price List.",
    "version": "1.0.11",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5e9ca26d9d32e9028b3d85db5b5d3973f697ac3ecf5da2c399a77ae1f4e2b8b",
                "md5": "1b04e720320b07e1d970a606f1472038",
                "sha256": "e109f0654b06a3f9489c6176857531f657cab89d0ed6c87abfe63abf998195c6"
            },
            "downloads": -1,
            "filename": "artd_price_list-1.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b04e720320b07e1d970a606f1472038",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16649,
            "upload_time": "2024-07-12T22:53:52",
            "upload_time_iso_8601": "2024-07-12T22:53:52.641322Z",
            "url": "https://files.pythonhosted.org/packages/a5/e9/ca26d9d32e9028b3d85db5b5d3973f697ac3ecf5da2c399a77ae1f4e2b8b/artd_price_list-1.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a98d33d856efb0605bb48f2f481cf0a29984701a22194d920e19b11735230851",
                "md5": "6d25be1d20c24d406d7c68113c4c23b0",
                "sha256": "9909db0cf411f5b31ca42f6e2a32cb43dda04f1974ffe7b35619b897cc1a5485"
            },
            "downloads": -1,
            "filename": "artd_price_list-1.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "6d25be1d20c24d406d7c68113c4c23b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11030,
            "upload_time": "2024-07-12T22:53:54",
            "upload_time_iso_8601": "2024-07-12T22:53:54.032283Z",
            "url": "https://files.pythonhosted.org/packages/a9/8d/33d856efb0605bb48f2f481cf0a29984701a22194d920e19b11735230851/artd_price_list-1.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-12 22:53:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-price-list"
}
        
Elapsed time: 0.25658s