public
Description: Django Basic Tumblelog application
Homepage: http://myles.github.com/django-basic-tumblelog/
Clone URL: git://github.com/myles/django-basic-tumblelog.git
lucasvo (author)
Mon Apr 13 07:47:55 -0700 2009
myles (committer)
Mon Apr 13 08:05:05 -0700 2009
name age message
file .gitignore Loading commit data...
file README.markdown
directory docs/
file setup.py
directory tumblelog/
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