FrankWiles.com
items
2 Posts 3 Questions

django

Question

I’ve always been curious, how do you and your team at REVSYS prioritize what to work on? Obviously client work pays the bills, but your team has been heavily involved in the Python and Django community for years, either serving on boards/working groups/committees/etc or helping maintain a myriad of open source libraries and helpful community sites. I figure each person has a certain level of autonomy to prioritize, but do ya'll have something like "10% time" rule or is it more fluid and circumstanstial?

opensourcepythondjango +1
Question

When should I use Django vs Flask vs FastAPI?

djangopython
Question

I've been struggling with optimizing Django ORM queries for a high-traffic dashboard. We use select_related everywhere, but we are still seeing N+1 issues in some background tasks.

djangoperformancepython
Post

Django Third-party App Ecosystem

Third-party applications are the unsung heroes of the Django ecosystem. Core Django covers a wide range of common application needs, but it obviously cannot be everything to everyone. Django's third-party app ecosystem fills this role.

django
Post

Django Template Variable or Else

Easy way to display a Django template variable or show a default value.

django