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 Mon Mar 09 11:27:37 -0700 2009 Adding initial documentation. [myles]
file README.markdown Wed Jul 02 08:17:34 -0700 2008 Added the .gitignore file and converted the Rea... [myles]
directory docs/ Loading commit data...
file setup.py Mon Mar 09 11:19:43 -0700 2009 Move around some files to have a setup script. [myles]
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