Wednesday, August 19, 2020

Luke Plant: Announcement: Django Views -The Right Way

I announced this a few days back on Twitter, this is just a quick additional blog post to announce Django Views - The Right Way. It’s an opinionated guide to writing views in Django that I’ve been working on for a few months.

This project turned out to be much bigger than I expected. And in the end, more about general programming and Python principles than just Django — so you may enjoy it even if you’re not into Django.



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