Day 8 Dev Notes

OK, this is starting to take shape. At least in my head it is.

I've decided to separate out the djpress package into a standalone package and will eventually publish it to PyPi. I've also refactored a lot of code, and now I'm starting to work out what I want from this package.

DJPress is going to be a "Classic WordPress inspired blogging solution for Django". I really enjoyed the old WordPress, which was a pure blogging engine that had the ability to publish static posts as well and so could also be used for basic content management. The heart of DJPress will be an old-school blog, but it will also support pages for content. But I don't want it to do too much, and I want theme development to be simple and easy.

I think I'm pretty close to getting an initial alpha release together. But there's a lot more work ahead.

Github Link