Tuesday, July 28, 2020

PSF GSoC students blogs: Week 6

I've been continuing on the code cleanup and database, running face first into Django's dreaded ManyToMany. This bridges into a related problem of having a binary sqlite3 database in the code repository instead of a proper testing framework where temporary databases are created by the testing tool.

Work is available in PR but not ready for merging yet.



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