artd-stock


Nameartd-stock JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Stock.
upload_time2024-06-23 22:21:21
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 Stock
==========
Art Product is a package that makes it possible to manage stock and stock 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_stock',
    ]

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-stock",
    "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/ba/69/82fa05a1b65cab7df89bea58f517963c01ffe0e9be4cd063dba63c8e3660/artd_stock-1.0.8.tar.gz",
    "platform": null,
    "description": "ArtD Stock\n==========\nArt Product is a package that makes it possible to manage stock and stock 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_stock',\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 Stock.",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "232d22c2744bb99eb0d8c2a4f8263e2ee297e356579e84544002c6972906577b",
                "md5": "f92f233d912d91d7da90fcf0513bd611",
                "sha256": "341b0713f7948bc231bf175f3bac7ef7b6a240cd57fdb5e000243276943cc2f5"
            },
            "downloads": -1,
            "filename": "artd_stock-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f92f233d912d91d7da90fcf0513bd611",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13335,
            "upload_time": "2024-06-23T22:21:19",
            "upload_time_iso_8601": "2024-06-23T22:21:19.767613Z",
            "url": "https://files.pythonhosted.org/packages/23/2d/22c2744bb99eb0d8c2a4f8263e2ee297e356579e84544002c6972906577b/artd_stock-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba6982fa05a1b65cab7df89bea58f517963c01ffe0e9be4cd063dba63c8e3660",
                "md5": "43fe4d1a19d00cf7ff3dbf989fbf0273",
                "sha256": "71eab0b7f56dc707a7aa7b2defcfffaa95290d50d31b245d5ce810de000ffd67"
            },
            "downloads": -1,
            "filename": "artd_stock-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "43fe4d1a19d00cf7ff3dbf989fbf0273",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9632,
            "upload_time": "2024-06-23T22:21:21",
            "upload_time_iso_8601": "2024-06-23T22:21:21.876674Z",
            "url": "https://files.pythonhosted.org/packages/ba/69/82fa05a1b65cab7df89bea58f517963c01ffe0e9be4cd063dba63c8e3660/artd_stock-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-23 22:21:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-stock"
}
        
Elapsed time: 0.28920s