Wednesday, July 29, 2020

Django Weblog: Django Developers Community Survey 2020

We're conducting a seventeen question survey to assess how the community feels about the current Django development process. This was last done in 2015.

Please take a few minutes to complete the 2020 survey. Your feedback will help guide future efforts.



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