Re: need advice/tips on storing favicon in my django bookmark app

2017-03-16 Thread Antonis Christofides
The favicon is pointed to inside the web page by an element such as this:. This is inside the . To find the favicon you need to parse the HTML and locate the element. If you choose to download it and store it, the canonical way would be to use an ImageField. Regards, A. Antonis Christofides http

need advice/tips on storing favicon in my django bookmark app

2017-03-16 Thread Stephen Fox
I've developed a bookmark manager app in django. Things are working well. It's pretty cool, has a js bookmarklet and such. In my model I have fields such as link title, link category, link url, etc... I'd like to have an image as well. So I was thinking of grabbing the favicon for the links and