ArtD Shopify.
Project description
ArtD Shopify
ArtD Shopify is a package that connects with a store developed in Shopify and extracts products, their variants, prices, stock and images and other data.
- Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
...
'django-json-widget'
'artd_location',
'artd_partner',
'artd_product',
'artd_product_price',
'artd_stock',
'artd_shopify',
]
- Run the migration commands:
.. code-block::
python manage.py makemigrations
python manage.py migrate
- 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
- After you've installed the migrations and set up login details, you can import the information from Shopify
.. code-block::
python manage.py import_shopify_product <<partner_slug>>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
artd-shopify-1.0.0.tar.gz
(20.9 kB
view details)
Built Distribution
File details
Details for the file artd-shopify-1.0.0.tar.gz
.
File metadata
- Download URL: artd-shopify-1.0.0.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cfb077d6133bd338c8352c0afa5044e41931920304c116db72f9a94d6854ea2 |
|
MD5 | 32076b5ea8fab87286f5c1db3c01ca9a |
|
BLAKE2b-256 | d63e55cdfd1c763faf4646826b42aa0fc1d894671032d8bfbba80cb8b3d2179b |
File details
Details for the file artd_shopify-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: artd_shopify-1.0.0-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8bbf7947d411223f8b9305dc90d36732c4d86ab3ea381af097f94b3bc008e95 |
|
MD5 | 90b5babc0fff45528a30868bc4e6f2fd |
|
BLAKE2b-256 | f19d2d809e83e7878ad5f5745fa76a98fd40b5d4bb44527934cfdbd90b895883 |