Friday, July 17, 2020

PSF GSoC students blogs: Weekly Check-In #7

What I did this week?

This week I added checkers for avahi and bind libraries. Also there were some changes that had to be made in the out of tree checker, so I completed work on that too.

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