myles / django-basic-tumblelog
- Source
- Commits
- Network (1)
- Downloads (12)
- Graphs
-
Tree:
c2c01b1
commit c2c01b1b0251ebe3e430393816e1b865dd5367b0
tree e421022b41f591c4ec776555d8851e526ecc8894
parent 104d0df99ac8671adf79638a79c0d801723d6264
tree e421022b41f591c4ec776555d8851e526ecc8894
parent 104d0df99ac8671adf79638a79c0d801723d6264
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 16 11:00:40 -0700 2009 | |
| |
LICENSE | Thu Apr 16 11:00:40 -0700 2009 | |
| |
README | ||
| |
bootstrap.py | Thu Apr 16 11:00:40 -0700 2009 | |
| |
buildout.cfg | Thu Apr 16 11:03:19 -0700 2009 | |
| |
docs/ | ||
| |
setup.py | ||
| |
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/

