Няма описание

Nikos Atlas bc73780fa9 fix requirements and cast float to string преди 7 месеца
.idea 53c9d90a32 fix sanitizer,serializer for prestashop/skroutz implementation преди 2 години
lint_types 3fb656db00 add product mpn, link_rewrite and category link_rewrite fields преди 2 години
telecaster bc73780fa9 fix requirements and cast float to string преди 7 месеца
.gitignore d94cf86991 add Model, View, Serializers for xml generator преди 2 години
README.md 4c3aaa7f57 add readme file for the project преди 2 години
pyproject.toml b230b91023 udd scripts, fix/lint and pytest преди 2 години
pytest.ini b230b91023 udd scripts, fix/lint and pytest преди 2 години
requirements-dev.txt b230b91023 udd scripts, fix/lint and pytest преди 2 години
requirements.txt bc73780fa9 fix requirements and cast float to string преди 7 месеца
setup.cfg b230b91023 udd scripts, fix/lint and pytest преди 2 години
setup.py b230b91023 udd scripts, fix/lint and pytest преди 2 години

README.md

Telecaster Project Instructions

Fetch repository

git clone http://onarbooks.com/Klapi/Telecaster.git

Setup

cd telecaster

Install requirments

pip3 install -r requirments.txt

How to test?

cd telecaster

python manage.py runserver

Open postman and perform a POST request with the below payload

url: localhost:8000/generate/xml

{
    "url": "prestashop_domain",
    "token": "your_secret_token"
}