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-0.0.11.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file artd-shopify-0.0.11.tar.gz
.
File metadata
- Download URL: artd-shopify-0.0.11.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6f3d3b1cc19f896a4255caff28925f3036426aefa2244c50a6f3ede858a2f27 |
|
MD5 | e528a18228f3410e437f9253c0fa0ffa |
|
BLAKE2b-256 | 8304d0e22579b6d2980ccee9caa1d49fc92838621c14223d9433177692c7941e |
File details
Details for the file artd_shopify-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: artd_shopify-0.0.11-py3-none-any.whl
- Upload date:
- Size: 27.6 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 | 52e4146dedc79eb04b94623f7943e8b778b59bd3852aeeb6dee70ad3fac0353e |
|
MD5 | c0e9439a0e4123b143f3143444d10564 |
|
BLAKE2b-256 | 6bccb257e71a75c48919ef6ddb19824b4e4adc1eee31a89801e5e86d28fd4640 |