public
Description: my personal blog written with django
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare.git
name age message
file README Loading commit data...
file __init__.py Wed Dec 12 12:55:58 -0800 2007 initial commit. [brosner]
directory aggregator/ Mon Nov 03 10:50:58 -0800 2008 Moved apps into an apps directory. [brosner]
directory blog/
directory conf/
directory links/ Mon Jul 28 09:02:16 -0700 2008 Updated to include all trunk changes including ... [brosner]
file manage.py
directory public/ Fri May 16 19:03:52 -0700 2008 Removed the fastcgi script. [brosner]
directory static/ Wed Apr 02 18:08:05 -0700 2008 Not sure what I did, but it was probably to mak... [Brian Rosner]
directory templates/
file urls.py
file views.py
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