myles / django-basic-tumblelog
- Source
- Commits
- Network (1)
- Downloads (12)
- Graphs
-
Tree:
0b91f10
commit 0b91f10a89d2dc910a6f7478558544172b2a405e
tree 819c8465565bfffa6815100fe41f77893a860656
parent 3c26d3ca039e707d75f28e031266dce4c9e6c5a6
tree 819c8465565bfffa6815100fe41f77893a860656
parent 3c26d3ca039e707d75f28e031266dce4c9e6c5a6
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
docs/ | ||
| |
setup.py | ||
| |
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.

