Monday, June 22, 2020

PSF GSoC students blogs: Week 2.5

I've been working to finish our update to Django 3 (which includes moving from aldryn newsblog as a dependency to an incorporated app). I've hit a lot of frustration doing this but am wrapping this up tonight.

I've also been working on general code cleanup, primarily replacing database queries that assume a single result with better queries and checking the results. This code seems to be causing a vast majority of bugs - especially with returning students.



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