Monday, June 22, 2020

PSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #4

<meta charset="utf-8">

Greetings, People of the world!

  

1. What did you do this week?

This week I worked on adding download feature on the EOS icons Landing. This download feature enables the user to download a single icon in SVG or PNG format for regular icons and SVG format for animated icons. 

 

2. What is coming up next?

I have planned to give different user flows to the mentors, so we finalise a few features, and then I will work on building their logic on the icon picker API.

 

3. Did you get stuck anywhere?

Yes, I did, When my code for downloading of the icons was merged in the icon picker API, some application error kept on popping up on the live website. I was able to resolve this issue after checking the logs from Heroku and realising that a folder that I was using to get the icons downloaded didn't exist there. So things eventually worked out. 

 



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...