Site Source Available

Posted on February 2, 2008
Categories: Django  General 

I have made the source for the CMS/Blog that powers this site available on Google Code in the hopes that someone out there will find it useful. It's not very well commented at this time, but it's fundamentally sound code and serves as a decent example of things. This is mostly to help make it easier for me to track revisions, but there's no harm in GPL'ing it.

The source is located on the greg-cms Google Code project (creative name, yes?).

Comments (2)

By Simon Scarfe on March 5, 2008 at 5:11 p.m.

Any reason why your CMS section isn't using flatpages or something similar? It looks like you could use the django.views.generic.simple.direct_to_template shortcut ( http://www.djangoproject.com/document... ) and cut out the views middleman completely, if you didn't wanna play with flatpages that is.

Anyway, more people need to put their code out there, cheers for that!

By Greg on March 5, 2008 at 10:07 p.m.

It's more for convenience in case I need to introduce dynamic content in the future, although I wasn't aware of that particular generic view. Thanks for the heads up!

Post a comment