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

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