Django-in-PyCharm Tips, Reloaded

Two and a half years ago we did a “Django tips in PyCharm” webinar. This refresher swaps out some tips, but also shows lots of new goodness in the IDE.

View at original site


Join us for a wide-ranging tour through PyCharm’s recent machinery, in the context of leveling up your Django-in-PyCharm chops.

Related Resources

Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.
Demystifying nulls and blanks in Django
What is the difference between blank=True and null=True anyway?
Django + htmx = ❤️
Speed up your Django list view with htmx and pagination.