Day 9 Dev Notes
Continuing to tweak the djpress package with the intention of moving into a standalone package. I thought I would start on moving it tonight, but I quickly realised that the packaging landscape is full of differing opinions and I need to do some more research on how best to do this.
The following two links seem to mostly agree with each other, so I will probably start with these:
- Django: Advanced tutorial: How to write reusable apps
- Real Python: How to Write an Installable Django App
But I also need to see how tools like Hatch, Flit, and others fit into the mix. Or perhaps that's overcomplicating things. Let's see.
Key changes for today...
- Added a very basic stylesheet to the minimal template example that I'll include in the package.
- I reset the migrations since I had renamed the Post model and wanted to start fresh.