App for data exchange in CommerceML 2 standard..
Project description
CML is a reusable Django app for data exchange in CommerceML 2 standard.
Requirements
Python 3.3, 3.4, 3.5, 3.6
Django 2.x
Quick start
Install using pip:
pip install django-cml
Or clone the repo and add to your PYTHONPATH:
git clone https://github.com/ArtemiusUA/django-cml.git
Add “cml” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'cml', ]
Include the cml URLconf in your project urls.py like this:
re_path(r'^cml/', include('cml.urls')),
Run python manage.py migrate to create the cml models.
Create a cml-pipelines.py file with python manage.py cmlpipelines and add it to settings file like this:
CML_PROJECT_PIPELINES = 'project.cml_pipelines'
Modify pipeline objects for your needs to stack this with your models.
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
Built Distribution
File details
Details for the file django-cml-integr-0.1.0.tar.gz
.
File metadata
- Download URL: django-cml-integr-0.1.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 178459c5e62e52c044bdeee116b77386b8e6f59d398fff4a71711ef85a30b4be |
|
MD5 | df78a521921cdc60c6a232000e7ea90c |
|
BLAKE2b-256 | d07084c62435971d0cda9bc6a5f9822d88b7b4b384ab04f46f1082e6446bc655 |
File details
Details for the file django_cml_integr-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_cml_integr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12be3b8229bbe8d1aa22f7bcb3d946b39faf884fd402b9e771c418a5fa7ae6bc |
|
MD5 | ce3c1cbbe99adc76f8ed7368838e634f |
|
BLAKE2b-256 | 5b1aed015295708766c99d59e2044d503d90a5ef620255b4f70ee7334dbda7ae |