Amazon price tracker with Django and Beautiful Soup | part 3

Published: 04 January 2021
on channel: Pyplane
4,131
88

🔥 Join the facebook group:
  / djangoninjas   🚀

🔥 Follow pyplane on:
➜ instagram:   / pyplaneblog  
➜ pinterest:   / pyplane  
➜ facebook:   / pyplane  

🔥 More on python and django:
➜ https://blog.pyplane.com

Building Amazon price tracker with Django and Beautiful Soup - part 3
In part 3 we are:
➜ using our get_link_data function created in the previous video
➜ setting up the model (Link class)
➜ overriding the save method to get data: name, current price, old price, price difference and more
➜ adding our first object via admin
➜ creating a django form based on the Link class

#Django #AmazonPriceTracker #BeautifulSoup