public
Description: my personal blog written with django
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare.git
brosner (author)
Mon Nov 03 12:59:55 -0800 2008
commit  b5918c8fc2b01ac72e592205ec8450a44b468d84
tree    903205f5d0b6f4fe4bd84bb1135a175125ae58d7
parent  f3d436e52de129bbf03f5d57d741f592d42b5c93
name age message
file README Fri Jun 20 09:00:51 -0700 2008 Missed two dependancies. [brosner]
file TODO Sat Nov 01 15:56:38 -0700 2008 Added a TODO file. [brosner]
file __init__.py Wed Dec 12 12:55:58 -0800 2007 initial commit. [brosner]
directory apps/ Loading commit data...
directory conf/
file manage.py
directory public/ Fri May 16 19:03:52 -0700 2008 Removed the fastcgi script. [brosner]
directory sql/ Tue Sep 16 12:17:56 -0700 2008 Initial update to 1.0 compatibility. Fixed comm... [brosner]
directory static/
directory templates/ Sun Nov 02 23:58:49 -0800 2008 Added code syntax highlighting. [brosner]
file urls.py Mon Nov 03 10:55:07 -0800 2008 Made the code changes for apps to live on the P... [brosner]
file views.py Sat Nov 28 16:43:08 -0800 2009 Moving some things around to make mightylemon a... [Justin Lilly]
README
oebfare is the source code that runs my blog at http://oebfare.com. I felt it
would be good to release the source code freely so others can learn more
about Django.

License
-------

This source code is licensed under the BSD license.

Dependancies
------------

 * Django trunk r7713 or better
 * docutils
 * pygments
 * django-comment-utils
 * django-tagging
 * django-evolution