Pinax

I’ve successfully whipped up a Pinax project that only has tribes and bookmarks, and plugged in feedjack as a separate tab.

However, it appears that feedjack isn’t designed to play well with others in the Pinax style. It doesn’t use RequestContext objects on any of the views it returns, or the context processing machinery of Django at all. This means I’ll have to violate DRY and hardcode media URLs in the templates for feedjack.

Besides that, everything seems to be going smoothly. I’ll work on hardcoding the URLs for media later this week and once I get everything using the same stylesheets I’ll work on making up a new theme and CSS.

Comments are closed.