artd-promotion


Nameartd-promotion JSON
Version 1.0.16 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Promotion.
upload_time2024-11-15 02:31:59
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 Promotion

Art Promotion is a package that manage coupon codes.

## How to use?

1. Install The package
```bash
pip install artd-alliance
```

2. Add the required on settings.py as follows

```python
INSTALLED_APPS = [
    "django-json-widget",
    "artd-customer",
    "artd-location",
    "artd-modules",
    "artd-partner",
    "artd-product",
    "artd-service",
    "artd-urls",
]
```

3. Run the migrations command
```bash
python manage.py migrate
```

4. Run the base commands
```bash
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 create_base_customer_groups
python manage.py create_tax_segments
python manage.py create_vat_data
python manage.py create_taxes
python manage.py insert_installed_apps_and_permissions
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-promotion",
    "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/3f/09/56857a0da7f0a68ea0b3306ac6d3048154b75a46bed387b61eb9e678c1a4/artd_promotion-1.0.16.tar.gz",
    "platform": null,
    "description": "# ArtD Promotion\n\nArt Promotion is a package that manage coupon codes.\n\n## How to use?\n\n1. Install The package\n```bash\npip install artd-alliance\n```\n\n2. Add the required on settings.py as follows\n\n```python\nINSTALLED_APPS = [\n    \"django-json-widget\",\n    \"artd-customer\",\n    \"artd-location\",\n    \"artd-modules\",\n    \"artd-partner\",\n    \"artd-product\",\n    \"artd-service\",\n    \"artd-urls\",\n]\n```\n\n3. Run the migrations command\n```bash\npython manage.py migrate\n```\n\n4. Run the base commands\n```bash\npython manage.py create_countries\npython manage.py create_colombian_regions\npython manage.py create_colombian_cities\npython manage.py create_apps\npython manage.py create_services\npython manage.py create_base_customer_groups\npython manage.py create_tax_segments\npython manage.py create_vat_data\npython manage.py create_taxes\npython manage.py insert_installed_apps_and_permissions\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "ArtD Promotion.",
    "version": "1.0.16",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f499cf94a1538224174404a9c0427f289a3cbe6ad28ae1fdb06809bae7c3aa5",
                "md5": "78a089eb9b1b956d007813ec4597ca38",
                "sha256": "4dd2979482d6b5f134675a2d470745b1046df6227e49813608ebb0b43be53e4a"
            },
            "downloads": -1,
            "filename": "artd_promotion-1.0.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "78a089eb9b1b956d007813ec4597ca38",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18558,
            "upload_time": "2024-11-15T02:31:56",
            "upload_time_iso_8601": "2024-11-15T02:31:56.897832Z",
            "url": "https://files.pythonhosted.org/packages/8f/49/9cf94a1538224174404a9c0427f289a3cbe6ad28ae1fdb06809bae7c3aa5/artd_promotion-1.0.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f0956857a0da7f0a68ea0b3306ac6d3048154b75a46bed387b61eb9e678c1a4",
                "md5": "ebb9c042a792d971a94c71602a02f432",
                "sha256": "bf6995efe147fb84c5cb900f19576e6b483d9063e8ecc0f5d35baa58d9a26bab"
            },
            "downloads": -1,
            "filename": "artd_promotion-1.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "ebb9c042a792d971a94c71602a02f432",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12088,
            "upload_time": "2024-11-15T02:31:59",
            "upload_time_iso_8601": "2024-11-15T02:31:59.151232Z",
            "url": "https://files.pythonhosted.org/packages/3f/09/56857a0da7f0a68ea0b3306ac6d3048154b75a46bed387b61eb9e678c1a4/artd_promotion-1.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 02:31:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-promotion"
}
        
Elapsed time: 0.43379s