Aidas Bendoraitis (DjangoTricks)
banner
djangotricks.bsky.social
Aidas Bendoraitis (DjangoTricks)
@djangotricks.bsky.social
on development with Django, Python, and JavaScript 🐍
founder, developer, author, creator, dad of 2, he/him
Currently developing https://pybazaar.com
About Stopping Any Django Development Web Servers
www.djangotricks.com/tricks/eMrrM...
About Stopping Any Django Development Web Servers
www.djangotricks.com
November 12, 2025 at 11:10 AM
About Git Branch Naming
www.djangotricks.com
November 11, 2025 at 3:02 PM
About Ordering by the Extra Fields of Many-to-many Relations
www.djangotricks.com/tricks/4MXrx...
About Ordering by the Extra Fields of Many-to-many Relations
www.djangotricks.com
November 10, 2025 at 10:48 AM
One of the common mistakes I make when working with vibe coding on multiple related projects in parallel, is that sometimes I execute a prompt on a wrong project.
November 9, 2025 at 4:37 AM
About Exiting Vim
www.djangotricks.com
November 5, 2025 at 8:59 AM
About Adding Extra Field Values to Many-to-many Relations
www.djangotricks.com/tricks/8Fpct...
About Adding Extra Field Values to Many-to-many Relations
www.djangotricks.com
November 4, 2025 at 9:34 AM
About Defining Many-to-many Through Model
www.djangotricks.com/tricks/7Bnjq...
About Defining Many-to-many Through Model
www.djangotricks.com
November 4, 2025 at 9:11 AM
Hello Python developers!

I have just finished the MVP for a new PyBazaar feature: messaging.

Can you please help me test it. Just register, publish a profile, and contact me via a button at a bottom right corner (not visible for anonymous visitors):

www.pybazaar.com/profiles/arc...
Aidas Bendoraitis
www.pybazaar.com
November 1, 2025 at 6:14 AM
About Assigning Colors to Model Instances
www.djangotricks.com/tricks/5zoKi...
About Assigning Colors to Model Instances
www.djangotricks.com
November 1, 2025 at 1:00 AM
About Image Data URLs
www.djangotricks.com
November 1, 2025 at 12:08 AM
TIL, just like JavaScript has its little brother JSON, Python has a sister language Starlark used to describe builds for other languages like C++ or Scala.
October 29, 2025 at 7:28 PM
I'll need some help of you testing something.
October 29, 2025 at 1:50 PM
About Bot Detection
www.djangotricks.com
October 29, 2025 at 11:22 AM
Reposted by Aidas Bendoraitis (DjangoTricks)
The frontend story in Django is shifting:

#HTMX and #Alpine.js are on the upswing
⬇️ React and jQuery are declining in usage

The trend? A return to server-rendered templates and simpler interactivity.

What frontend setup have you been working with lately? Tell us in the comments!
October 28, 2025 at 1:30 PM
I have just updated this blog post suggesting to use bump-my-version instead of the deprecated bump2version:

www.djangotricks.com/blog/2021/11...
How to Use Semantic Versioning for Shared Django Apps
www.djangotricks.com
October 28, 2025 at 9:22 PM
Reposted by Aidas Bendoraitis (DjangoTricks)
From learning to coding, #AI is changing how #Django devs work.

🤖 38% use AI tools to learn Django
💬 69% use ChatGPT
💡 56% use AI to autocomplete code

Learn more in the State of Django 2025 blog post: https://jb.gg/blizwg
October 28, 2025 at 4:00 PM
About Pip Upgrades
www.djangotricks.com
October 27, 2025 at 9:50 PM
TIL, there is the incron service which is similar to crontab, but executes scripts based not on timing, but on file change, e.g. when a certain file is updated.
October 27, 2025 at 3:07 AM
If Augment Code gets stuck generating code, just tell it:
"continue, don't be shy" 😂
October 26, 2025 at 10:47 PM
About the Obscurity of XML
www.djangotricks.com/tricks/4yEHB...
About the Obscurity of XML
www.djangotricks.com
October 26, 2025 at 4:31 PM
About Maintenance
www.djangotricks.com
October 25, 2025 at 5:49 PM
About CSS Selectors in Web Apps
www.djangotricks.com/tricks/5T2g4...
About CSS Selectors in Web Apps
www.djangotricks.com
October 25, 2025 at 5:35 PM
About Turso as SQLite Replacement
www.djangotricks.com/tricks/CEUZc...
About Turso as SQLite Replacement
www.djangotricks.com
October 22, 2025 at 11:33 PM
TIL, Algorithm implementations can be optimized to better match the computer’s architecture, improving their speed and efficiency.

#P99CONF
October 22, 2025 at 8:58 PM
TIL, Turso is SQLite-compatible embedded database written in Rust and having async interface.

django-libsql allows you to use Turso in a Django website replacing the standard SQLite.

#P99CONF
October 22, 2025 at 8:58 PM