Articles in Django: Month archive for November, 2009
Topics related to the Django web development framework.
Refactoring Infinite with Link Trees
Posted on November 30th, 2009 by
Stephen DeGrace
There are three new goals I have in terms of where I'm going with this Infinite application (the suite of Django applications that runs this site). One is simple - to add an app for linking to eclectic outside sites, including for use as a blogroll. Another is to create a graphical tree app as an extension of the Django admin which simplifies the process of building menus and adding local content. Going along with that is a way for applications to conveniently list off what links they have available in such a way as to easily interface with the graphical menu tree app. Finally, I want to leverage the capabilities developed to list content for the menu tree to build an extension to TinyMCE to easily link to local content while blogging.
Created a front page app
Posted on November 10th, 2009 by
Stephen DeGrace
I decided to encapsulate the functionality of the front page with its own separate app. There is only one visible change to the way the front page looks and acts, but it is implemented in an entirely different way.
Taskmaster App Available For Download
Posted on November 6th, 2009 by
Stephen DeGrace
I now have my taskmaster application (a program which allows other Django apps to arbitrarily queue tasks for background processing) packaged as a download.