A Price Checker/Tracker for OZON.ru. Gets data from their consumer API. No proxies were used so the access to the API might be blocked after you do too many requests. But you get unblocked quickly enough.
User Interface written in Russian, code and code comments written in English.
Clone this repository
Start a new Virtualenv, activate it, type in console pip install -r requirements.txt
Run the Django Server by typing in console python manage.py runserver
Frontend: CSS, Bootstrap 5.1, a bit of JS.
Backend: Django 4.0.
Database: SQLite.
Click to Open
-
Update delete confirm template;
-
Add cancel functionality to delete;
-
Add a discounted items list page/modal;