Monday, August 10, 2020

PSF GSoC students blogs: Weekly Check-in #6

What did I do this week?

So Rose opened up a pr which will allow tern to set the environment variables. Which really shrinks the size of shell scripts required to get metadata. I also finalized my pr for metadata collection.

What's next?

Waiting for the pr to be approved by mentors :)

Did I get stuck somewhere?

Still stuck with parsing copyrights to obtain license.



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