No Description

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

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