myles / django-basic-tumblelog

Django Basic Tumblelog application

This URL has Read+Write access

myles (author)
Thu Apr 16 11:08:51 -0700 2009
commit  c2c01b1b0251ebe3e430393816e1b865dd5367b0
tree    e421022b41f591c4ec776555d8851e526ecc8894
parent  104d0df99ac8671adf79638a79c0d801723d6264
name age message
file .gitignore Thu Apr 16 11:00:40 -0700 2009 Did some minor buildout work. [myles]
file LICENSE Thu Apr 16 11:00:40 -0700 2009 Did some minor buildout work. [myles]
file README Loading commit data...
file bootstrap.py Thu Apr 16 11:00:40 -0700 2009 Did some minor buildout work. [myles]
file buildout.cfg Thu Apr 16 11:03:19 -0700 2009 Added the djangorecipe to buildout. [myles]
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/