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.16.tar.gz
(20.8 kB
view details)
Built Distribution
File details
Details for the file artd-shopify-0.0.16.tar.gz
.
File metadata
- Download URL: artd-shopify-0.0.16.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 070493ab775aa144c38892571ad60b86fb67cf219ee60615b1d48d73ecac8813 |
|
MD5 | 90c5e34b38ca1caf92bafda6d8ce0f5a |
|
BLAKE2b-256 | fcbe8985a97f60060c08eaeabcd1b8e8acf7a905c2f5f535cb44b431caafb590 |
File details
Details for the file artd_shopify-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: artd_shopify-0.0.16-py3-none-any.whl
- Upload date:
- Size: 27.7 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 | e3f2c256aa268978c392f281741d4b5701330e45014acd7fe7ab28654d576187 |
|
MD5 | e02a4eeac8158d0538a687c1ad2c19e6 |
|
BLAKE2b-256 | f3381eba475e0fcc870a2f59d7978273443c152daec184965368bbad44a8aa79 |