Tuesday, July 9, 2019

PSF GSoC students blogs: Weekly check in [week 6 - 01/07 - 07/07]

1. What did you do this week?

  • This week I transfered the code for the button from JavaScript to HTML. Also I started familiarizing myself and working with the REST API.

2. What is coming up next?

  • For the next week I will continue familiarizing myself with the REST API. Also I will update my installation of Roundup to the latest version, and fix issues that might (but almost surely) will arise.

3. Did you get stuck anywhere?

  • I didn't get stuck as most of the work wasn't technical. Also some good news, at the end of next week there might be new developments with the PEP581, so it might be more clear on how the project will evolve.


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