public
Description: A blog app for Django
Homepage:
Clone URL: git://github.com/nefarioustim/nef-blog.git
nefarioustim (author)
Sun Nov 08 12:04:22 -0800 2009
commit  4b7f76d8a98abdbdfbab5f257e21e6715274ead0
tree    1db5baaf9b07739ccd92cefd6581c27388fd2dca
parent  aebd3c95bd9d0d39a70487af0e4bc71e8918541f
name age message
file README.md Thu Oct 15 14:41:16 -0700 2009 Added "additions". [nefarioustim]
file __init__.py Sun Oct 04 03:47:03 -0700 2009 Breaking out into submodule. [nefarioustim]
file admin.py Sun Nov 08 12:04:22 -0800 2009 Handrolled comments model. [nefarioustim]
file feeds.py Wed Oct 07 14:50:46 -0700 2009 Added feed support. [nefarioustim]
file forms.py Sun Nov 08 12:04:22 -0800 2009 Handrolled comments model. [nefarioustim]
file models.py Sun Nov 08 12:04:22 -0800 2009 Handrolled comments model. [nefarioustim]
directory templatetags/ Sat Oct 31 10:52:22 -0700 2009 New comments model and template tags. [nefarioustim]
file tests.py Sun Oct 04 03:47:03 -0700 2009 Breaking out into submodule. [nefarioustim]
file urls.py Loading commit data...
file views.py
README.md

Nefarious Blog

This is a blog application for Django, which will be used by a number of projects I am currently working on. It's certainly not the perfect blogging platform, but it will be a big improvement over Wordpress.

Prerequisites

Recommended additions