public
Description: Django Basic Tumblelog application
Homepage: http://myles.github.com/django-basic-tumblelog/
Clone URL: git://github.com/myles/django-basic-tumblelog.git
myles (author)
Sun Jul 27 15:33:06 -0700 2008
commit  cde70f96541c420bdb3e19f05775ad980c26dc5d
tree    ea7cdd35205c1e81f8f76354e30594b32127c17f
parent  e17ba591131de223e8d4995b76c7713f24239fa2
README.markdown

Django Basic Tumblelog

A simple tumblelog application for Django projects.

To install this app, simply create a folder somewhere in your PYTHONPATH place the 'tumblelog' app inside. Then add 'tumblelog' to your projects INSTALLED_APPS list in your settings.py file.

Dependancies