Thursday, August 20, 2020

PSF GSoC students blogs: Weekly Check-In #12

What I did this week?

This week I updated the documentation on adding a new checker to the tool.

What will I be doing this week?

Since this is the last week before the final evaluations, I will work on some minor bugs and updating documentation.

Did I get stuck anywhere?

Everything worked out and I did no 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...