artd-coupon


Nameartd-coupon JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Coupon.
upload_time2024-02-14 12:38:18
maintainer
docs_urlNone
authorJonathan Urzola
requires_python
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====
ArtD Copon
=====
Art Coupon is a package that makes it possible to manage coupons and rules based on customers, categories and products.
Quick start
-----------
1. Add to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
        ...
        'django-json-widget'
        'artd_location',
        'artd_partner',
        'artd_customer'
        'artd_product',
        'artd_coupon',
    ]
2. Run `python manage.py migrate` to create the models.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-coupon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jonathan Urzola",
    "author_email": "jonathan@artd.com.co",
    "download_url": "https://files.pythonhosted.org/packages/da/91/b2363141ee061b6cb687ad9b43ba33b9d3a90de803e7780f4281f4ddb8c7/artd-coupon-0.0.1.tar.gz",
    "platform": null,
    "description": "=====\nArtD Copon\n=====\nArt Coupon is a package that makes it possible to manage coupons and rules based on customers, categories and products.\nQuick start\n-----------\n1. Add to your INSTALLED_APPS setting like this::\nINSTALLED_APPS = [\n        ...\n        'django-json-widget'\n        'artd_location',\n        'artd_partner',\n        'artd_customer'\n        'artd_product',\n        'artd_coupon',\n    ]\n2. Run `python manage.py migrate` to create the models.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "ArtD Coupon.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a88528d13357b5d38fb22dda06ee434d493f56f4fe985917827c1b0d708c3538",
                "md5": "6b16349ba4fed7940b4c81f7da2113c3",
                "sha256": "2847c3112cf466cd774184a23bbc8047ed0e9e9def938c06ea895ce62053ba39"
            },
            "downloads": -1,
            "filename": "artd_coupon-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b16349ba4fed7940b4c81f7da2113c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10010,
            "upload_time": "2024-02-14T12:38:16",
            "upload_time_iso_8601": "2024-02-14T12:38:16.898855Z",
            "url": "https://files.pythonhosted.org/packages/a8/85/28d13357b5d38fb22dda06ee434d493f56f4fe985917827c1b0d708c3538/artd_coupon-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da91b2363141ee061b6cb687ad9b43ba33b9d3a90de803e7780f4281f4ddb8c7",
                "md5": "ecec900b7097a9eee0a82cf7f89bb243",
                "sha256": "c31fb865d9a307c73b3f5540ba93668412d4c951a831106cfb12b91a766e5eb5"
            },
            "downloads": -1,
            "filename": "artd-coupon-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ecec900b7097a9eee0a82cf7f89bb243",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7089,
            "upload_time": "2024-02-14T12:38:18",
            "upload_time_iso_8601": "2024-02-14T12:38:18.727879Z",
            "url": "https://files.pythonhosted.org/packages/da/91/b2363141ee061b6cb687ad9b43ba33b9d3a90de803e7780f4281f4ddb8c7/artd-coupon-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 12:38:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-coupon"
}
        
Elapsed time: 0.54028s