artd-customer


Nameartd-customer JSON
Version 1.0.15 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Customer.
upload_time2024-10-20 15:08:12
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 Customer
=============
Art Customer is a package that makes it possible to manage customers, tags, addresses and additional fields.
------------------------------------------------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:

.. code-block:: python
    
    INSTALLED_APPS = [
        'artd_modules',
        'artd_service',
        'artd_location',
        'artd_partner',
        'django-json-widget'
        'artd_customer'
    ]

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_base_customer_groups
        python manage.py create_tax_segments
        python manage.py create_vat_data

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-customer",
    "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/96/f1/7eef877fed555db898e3d6edb22b14479e81e1c353903e0d53ed9633ad29/artd_customer-1.0.15.tar.gz",
    "platform": null,
    "description": "ArtD Customer\n=============\nArt Customer is a package that makes it possible to manage customers, tags, addresses and additional fields.\n------------------------------------------------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n    \n    INSTALLED_APPS = [\n        'artd_modules',\n        'artd_service',\n        'artd_location',\n        'artd_partner',\n        'django-json-widget'\n        'artd_customer'\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_base_customer_groups\n        python manage.py create_tax_segments\n        python manage.py create_vat_data\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "ArtD Customer.",
    "version": "1.0.15",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a39aaea62b0db37d3accb83dd10239368b318849e2065773c6fc593db04804",
                "md5": "d3c0557f66561601c19fa8ea13c454ff",
                "sha256": "616503140bb998cde66860fad9945a5965dbbdb07edd372fe376e8e498e50af1"
            },
            "downloads": -1,
            "filename": "artd_customer-1.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3c0557f66561601c19fa8ea13c454ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 34405,
            "upload_time": "2024-10-20T15:08:07",
            "upload_time_iso_8601": "2024-10-20T15:08:07.776470Z",
            "url": "https://files.pythonhosted.org/packages/64/a3/9aaea62b0db37d3accb83dd10239368b318849e2065773c6fc593db04804/artd_customer-1.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96f17eef877fed555db898e3d6edb22b14479e81e1c353903e0d53ed9633ad29",
                "md5": "7015ab8741cadef511af55284e38c2bf",
                "sha256": "90ec3e7813949329f748fd655cd84c8996125c45837abde2c5dd961a3b18e7a7"
            },
            "downloads": -1,
            "filename": "artd_customer-1.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "7015ab8741cadef511af55284e38c2bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19123,
            "upload_time": "2024-10-20T15:08:12",
            "upload_time_iso_8601": "2024-10-20T15:08:12.701307Z",
            "url": "https://files.pythonhosted.org/packages/96/f1/7eef877fed555db898e3d6edb22b14479e81e1c353903e0d53ed9633ad29/artd_customer-1.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 15:08:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-customer"
}
        
Elapsed time: 0.33586s