I have been working towards a #Django starter template that solves a lot of my problems. Figured I would share ;)

This template focuses on the frontend and includes things like #HTMX #DjangoChannels #Playwright and a few more of my favorite tools.

https://github.com/preludetech/Django-Starter-Template

GitHub - preludetech/Django-Starter-Template

Contribute to preludetech/Django-Starter-Template development by creating an account on GitHub.

GitHub
@sheena excited to take a look at this, and your playwright setup in particular. The frontend bits of a project I'm working on are just ramping up.
@internetross Cool! The playwright stuff I did in here was a bit unusual since I wanted to run 2 browsers at the same time and make sure they were playing nicely together via django channels. Usually playwright tests look a little different. But this setup does work for "normal" playwright tests as well