myles / django-basic-tumblelog

Django Basic Tumblelog application

This URL has Read+Write access

myles (author)
Mon Mar 09 12:00:15 -0700 2009
commit  0b91f10a89d2dc910a6f7478558544172b2a405e
tree    819c8465565bfffa6815100fe41f77893a860656
parent  3c26d3ca039e707d75f28e031266dce4c9e6c5a6
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