Wednesday, July 1, 2020

PSF GSoC students blogs: Weekly Check-In #5

What I did this week?

This week I added checkers for libvirt and icecast libraries. Along with this, I also updated the out of tree checker of our tool.

What will I be doing this week?

I will be working on adding checkers for some other libraries to the tool.

Did I get stuck anywhere?

This week, thankfully, everything worked out as expected and I did not get stuck anywhere.



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...