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)
Sat Jun 20 23:02:57 -0700 2009
commit  c8feab97d3530afdf40b9f2d3b9680644ed3553d
tree    f0f8747612301dc5c42d7e8f499d1ea95f3cb7fd
parent  e2e5603392521f5e2c1c7d7d47a385aaabd2f248
name age message
file .gitignore Loading commit data...
file LICENSE
file README.rst
file bootstrap.py
file buildout.cfg
directory docs/
file setup.py
directory src/
README.rst

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.