public
Description: Django Basic Tumblelog application
Homepage: http://myles.github.com/django-basic-tumblelog/
Clone URL: git://github.com/myles/django-basic-tumblelog.git
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