Nice Nuggets
Some nice nuggets today. Or chunks really. It all started with chunks.
django-chunks actually.
One thing led to another and I came across Clint Ecker’s post on Django-chunks. Simply put, django chunks is a django application that allows you to add chunks of text or whatever into a flatpage template. The chunks can be added and edited in the admin section. I had created something similar, which I called “sidebars”, but this is vastly more simple.
It looks to be a handy time to find it, since I forsee using it on a project I’m currently working on. Or at least based on django-chunks anyway.
Do you feel lucky punk?
So as I look more around “Officially Lucky“, I find even more goodies from Clint.
Clint also points out some other tools/template tags that I think I will find useful as well. One he mentions is dbtemplates, which stores your django templates in the database and you can edit them via the django admin screen. Handy that.
He’s also building a feed aggregator, called Django Galaxy, as he found that feedjack was not exactly what he needed. Feedjack is the django-based software that runs my Planets, Planet NEO, Neohawk IT, Planet Ohio-Japan, and Planet Uchina. Don’t get me wrong, it works well, and as the author of Feedjack says in the comment to Clint’s post above, it can be added to another site/project.
I have yet to download django-galaxy yet, but I fully intend to, as it appears it will be more to my liking. For example, one of his frustrations was:
cant easy fit into existing site/project
And that’s the situation here at neohawk.info. Each of my planets is in fact a separate website. I also would’ve liked to incorporate it into one application. At this point, I probably won’t switch, but I’m definitely going to download it and give it a shot.
He also has yet another project for incorporating friendfeeds. As I’m not a user of friendfeeds yet, this goes on the backburner’s backburner.
note: I wrote this post a while ago, but had it in draft. I’m publishing it today, August 1st. Sorry about the delay….


