artd-product


Nameartd-product JSON
Version 1.0.20 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Product.
upload_time2024-08-13 13:58:13
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 Prpduct
=============
Art Product is a package that makes it possible to manage categories, products, taxes, brands, etc.
---------------------------------------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:

.. code-block:: python

    INSTALLED_APPS = [
        ...
        'dal',
        'dal_select2',
        'django-json-widget'
        'artd_modules',
        'artd_service',
        'artd_location',
        'artd_urls',
        'artd_partner',
        'artd_product',
    ]
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
        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-product",
    "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/61/d0/176a3be46016bfa4e156755cd4a70e9db9a55e214183eddd1ee64251947f/artd_product-1.0.20.tar.gz",
    "platform": null,
    "description": "ArtD Prpduct\n=============\nArt Product is a package that makes it possible to manage categories, products, taxes, brands, etc.\n---------------------------------------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        ...\n        'dal',\n        'dal_select2',\n        'django-json-widget'\n        'artd_modules',\n        'artd_service',\n        'artd_location',\n        'artd_urls',\n        'artd_partner',\n        'artd_product',\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_taxes\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 Product.",
    "version": "1.0.20",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a999d5dd5de408eb8ac8f8e3c9e7a074d0850ddeb9e6bd1c50f8b5a1a111c07",
                "md5": "69f390636833af035056ff74d7825bf0",
                "sha256": "2152ad85222f9fd3d737754191d0303f94c198dcb3f80861c6b70bcf8ef16da5"
            },
            "downloads": -1,
            "filename": "artd_product-1.0.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69f390636833af035056ff74d7825bf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31591,
            "upload_time": "2024-08-13T13:58:12",
            "upload_time_iso_8601": "2024-08-13T13:58:12.517616Z",
            "url": "https://files.pythonhosted.org/packages/7a/99/9d5dd5de408eb8ac8f8e3c9e7a074d0850ddeb9e6bd1c50f8b5a1a111c07/artd_product-1.0.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61d0176a3be46016bfa4e156755cd4a70e9db9a55e214183eddd1ee64251947f",
                "md5": "bab07cf68474714c261d8a22d68d30ee",
                "sha256": "6e55d67d0cf010e559cc21d0b0d6efcddac28084e30d68dd04f04f47e7349da5"
            },
            "downloads": -1,
            "filename": "artd_product-1.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "bab07cf68474714c261d8a22d68d30ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18643,
            "upload_time": "2024-08-13T13:58:13",
            "upload_time_iso_8601": "2024-08-13T13:58:13.997847Z",
            "url": "https://files.pythonhosted.org/packages/61/d0/176a3be46016bfa4e156755cd4a70e9db9a55e214183eddd1ee64251947f/artd_product-1.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 13:58:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-product"
}
        
Elapsed time: 0.71806s