説明なし

Nikos Atlas caadfe238e add relative filepath to tasks and add argument to cronjob 6 ヶ月 前
.idea db00084dea relayout to src 7 ヶ月 前
deploy eb49e76994 fix cronjob 6 ヶ月 前
lint_types 3fb656db00 add product mpn, link_rewrite and category link_rewrite fields 2 年 前
src caadfe238e add relative filepath to tasks and add argument to cronjob 6 ヶ月 前
.gitignore db00084dea relayout to src 7 ヶ月 前
README.md 4c3aaa7f57 add readme file for the project 2 年 前
freezed_requirements.txt bb536407e4 we have a working version with some bugs 6 ヶ月 前
manage.py eb49e76994 fix cronjob 6 ヶ月 前
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 71ec961c3c add stats endpoint 6 ヶ月 前
setup.cfg b230b91023 udd scripts, fix/lint and pytest 2 年 前
setup.py b230b91023 udd scripts, fix/lint and pytest 2 年 前
start.sh eb49e76994 fix cronjob 6 ヶ月 前

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