public
Description: my personal blog written with django
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare.git
Search Repo:
name age message
folder README Fri Jun 20 09:00:51 -0700 2008 Missed two dependancies. [brosner]
folder __init__.py Wed Dec 12 12:55:58 -0800 2007 initial commit. [brosner]
folder aggregator/ Thu Jan 24 13:51:15 -0800 2008 completely revamped oebfare. new design and new... [brosner]
folder blog/ Fri Jun 20 10:23:03 -0700 2008 Removed djog named classes to not have the Djog... [brosner]
folder conf/ Wed Jun 18 18:51:58 -0700 2008 Automatically determine the MEDIA_ROOT. [brosner]
folder links/ Thu Jan 24 18:40:17 -0800 2008 moved feed links into their own apps to be comp... [brosner]
folder manage.py Wed Jun 18 18:38:10 -0700 2008 Fixed a typo in manage.py when settings are not... [brosner]
folder public/ Fri May 16 19:03:52 -0700 2008 Removed the fastcgi script. [brosner]
folder static/ Wed Apr 02 18:08:05 -0700 2008 Not sure what I did, but it was probably to mak... [Brian Rosner]
folder templates/ Tue Jun 24 23:01:59 -0700 2008 Happy Birthday to me :) [brosner]
folder urls.py Fri May 16 18:50:58 -0700 2008 Moved server_error to a project level views.py.... [brosner]
folder views.py Fri Jun 20 09:31:07 -0700 2008 Ugh, missing Context class in views.py. [brosner]
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