Bez popisu

Nikos Atlas caadfe238e add relative filepath to tasks and add argument to cronjob před 6 měsíci
.idea db00084dea relayout to src před 7 měsíci
deploy eb49e76994 fix cronjob před 6 měsíci
lint_types 3fb656db00 add product mpn, link_rewrite and category link_rewrite fields před 2 roky
src caadfe238e add relative filepath to tasks and add argument to cronjob před 6 měsíci
.gitignore db00084dea relayout to src před 7 měsíci
README.md 4c3aaa7f57 add readme file for the project před 2 roky
freezed_requirements.txt bb536407e4 we have a working version with some bugs před 6 měsíci
manage.py eb49e76994 fix cronjob před 6 měsíci
pyproject.toml b230b91023 udd scripts, fix/lint and pytest před 2 roky
pytest.ini b230b91023 udd scripts, fix/lint and pytest před 2 roky
requirements-dev.txt b230b91023 udd scripts, fix/lint and pytest před 2 roky
requirements.txt 71ec961c3c add stats endpoint před 6 měsíci
setup.cfg b230b91023 udd scripts, fix/lint and pytest před 2 roky
setup.py b230b91023 udd scripts, fix/lint and pytest před 2 roky
start.sh eb49e76994 fix cronjob před 6 měsíci

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"
}