ArtD Order
==========
Art Order is a package that makes it possible to manage orders.
---------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'django_json_widget',
'artd_location',
'artd_partner',
'artd_customer',
'artd_product',
'artd_price_list',
'artd_stock',
'artd_order',
]
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_order_statuses
python manage.py create_base_customer_groups
Raw data
{
"_id": null,
"home_page": "https://www.artd.com.co/",
"name": "artd-order",
"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/25/ce/2eaf3af174549f83e4b5fe2fcc85ec169fcd57483ae70f1eee717a94fc66/artd_order-1.0.8.tar.gz",
"platform": null,
"description": "ArtD Order\n==========\nArt Order is a package that makes it possible to manage orders.\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_customer',\n 'artd_product',\n 'artd_price_list',\n 'artd_stock',\n 'artd_order',\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 python manage.py create_order_statuses\n python manage.py create_base_customer_groups\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "ArtD Order.",
"version": "1.0.8",
"project_urls": {
"Homepage": "https://www.artd.com.co/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "868ab618c16b04be9246bd032e069617c3049e309f7739db6bfcce07e17db9a3",
"md5": "b79a90c4d85ee76930614c93a83b6d79",
"sha256": "50d71bafccb154b5fbbcad6dac7e66ed601a05ecdb1bf0023cb245c9d67b3723"
},
"downloads": -1,
"filename": "artd_order-1.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b79a90c4d85ee76930614c93a83b6d79",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 24338,
"upload_time": "2024-10-29T22:13:03",
"upload_time_iso_8601": "2024-10-29T22:13:03.497410Z",
"url": "https://files.pythonhosted.org/packages/86/8a/b618c16b04be9246bd032e069617c3049e309f7739db6bfcce07e17db9a3/artd_order-1.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25ce2eaf3af174549f83e4b5fe2fcc85ec169fcd57483ae70f1eee717a94fc66",
"md5": "3eb0be0590f7fe7030399566a6e925dd",
"sha256": "758c45a5f63bfd3dbb9209f466347977f80ea705fd9a7bb75ea076e058adf8a7"
},
"downloads": -1,
"filename": "artd_order-1.0.8.tar.gz",
"has_sig": false,
"md5_digest": "3eb0be0590f7fe7030399566a6e925dd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16072,
"upload_time": "2024-10-29T22:13:05",
"upload_time_iso_8601": "2024-10-29T22:13:05.439791Z",
"url": "https://files.pythonhosted.org/packages/25/ce/2eaf3af174549f83e4b5fe2fcc85ec169fcd57483ae70f1eee717a94fc66/artd_order-1.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-29 22:13:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "artd-order"
}