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)
Thu Apr 16 11:26:49 -0700 2009
commit  230781a14bae814cc0c1fc8aeabe90ba225dda5d
tree    91b46197358970627daae6841c6dc9c311c15cd5
parent  c2c01b1b0251ebe3e430393816e1b865dd5367b0
name age message
file .gitignore Loading commit data...
file LICENSE
file README
file bootstrap.py
file buildout.cfg
directory docs/
file setup.py
directory src/
README
Django Basic Tumblelog
======================



* `Homepage`_

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.

.. _Homepage: http://code.google.com/p/django-basic-tumblelog/
.. _Django: http://djangoproject.org/