Daily Dev Notes 2024/05/26

Made some minor tweaks to the categories tags today. But that was a quick and easy change.

The main thing I need to focus on now, is a better workflow to work on this package. I'm still not sure how to test this package since it requires a Django site to test, and that's not included in the package for obvious reasons. Not sure how best to do this, but will do some digging because this must be a solved problem given the sheer number of Django packages available.

And once I get the testing sorted out, I'll need a better workflow to make changes. Right now, I'm doing all the building and uploading locally, but this feels like a much better job for GitHub Actions. Again - this must be a solved issue, I just need to find a solution that works.

I really think I need to focus on this, which will make the rest of the process a lot easy and more efficient.