-
Notifications
You must be signed in to change notification settings - Fork 36
A detailed Documentation? #118
Comments
Hi @Lowell130 , thanks for checking out our project. First, it isn't a single python script but a collection of services mainly hold together by Django. Hope that help you. Have a nice day! Cheers |
Hello @dArignac thanks for your reply. Currently i'm testing locally the script, any suggestions? Thank you! |
Hello i have a question, but i have to insert single product from admin internface? Or an user can search for producs from frontend form? |
You basically don't need the AdminSite. In the frontend you can add a product by filling in the ASIN of it. The price monitor does not search for products, the input is always the product ASIN. |
So it's a sort of price monitor reminder about amazon products. Have you experience about use on a Digital Ocean droplet? |
Yes, it reminds when a specific price for a specific product is reached. We
wanted to keep things simple, so we did not implement full search of Amazon
products but instead use the ASIN of the appropriate product.
There is no experience on Digital Ocean on our side, we run the price
monitor on dedicated servers.
|
can i see a live demo please, because i had some issues on local testing |
Unfortunately there is no public live demo available. |
i don't know how start it locally :( |
Well, setup is decribed here: https://github.com/ponyriders/django-amazon-price-monitor#id11 |
Thank you! |
Hello i am new in Python 3, have you a detailed documentation about installation and configuration of the script? Thank you!
The text was updated successfully, but these errors were encountered: