Join Nostr
2024-10-22 19:44:39 UTC

Jack Linke 🦄 on Nostr: This morning I was struggling with a TemplateDoesNotExist error in a Django app I've ...

This morning I was struggling with a TemplateDoesNotExist error in a Django app I've been building.

So, what do you do when there's a weird issue? You find or build a tool to give you some indication of what's going on! 🙌

In the Django world, the most convenient approach is often to create a management command.

So, that's what I did.

#Troubleshooting #Debugging #Tools

1/2