Thursday, August 27, 2020

PSF GSoC students blogs: Weekly Check-In #13

What I did this week?

I made some changes to my previous PR on updating documentation for new checkers.

What will I be doing this week?

I have been working on the final work report, and will complete it this week.

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