Monday, January 3, 2022

Django Weblog: Django Developers Survey 2021 Results

We are excited to share the results of the annual Django Developers Survey which was conducted this year in collaboration with JetBrains. More than 7,000 Django users from almost 140 countries took the survey which covered a broad list of topics including Django usage, operating systems, libraries, tools, and many other insights.

View the results of the 2021 Django Developers Survey.

If you have feedback on the findings and how to improve the survey in future years please share on the official Django Forum or Twitter and other social media mentioning @djangoproject and @jetbrains along with the #djangosurvey hashtag.

Thank you to everyone who participated!



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