You are writing a comment about Installing a Development Deployment of LifeFlow, a Django Blog Solution, here is a quick summary:

Comprehensive instructions on installing and setting up a local deployment of LifeFlow (for those who are moderately in the Django know). This should be all you need to get started using LifeFlow, but I will have another entry soon detailing the little tricks and tips that make LifeFlow helpful.


You are responding to this comment written by Dieter on July 4th 2008, 05:57.

Ok, this http://127.0.0.1:8000/entry/2008/jun/29/test/ works but not (as mentioned above) http://127.0.0.1:8000/entry/2008/Jun/

one more:

trying http://127.0.0.1:8000/author/testuser/ gives this (maybe my fault, don' t know):

Environment:

Request Method: GET Request URL: http://127.0.0.1:8000/author/testuser/ Django Version: 0.97-pre-SVN-7787 Python Version: 2.5.2 Installed Applications: ['lifeflow', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.markup'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware')

Traceback: File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 82. response = callback(request, *callback_args, callback_kwargs) File "/usr/lib/python2.5/site-packages/django/views/generic/list_detail.py" in object_detail 134. t = template_loader.get_template(template_name) File "/usr/lib/python2.5/site-packages/django/template/loader.py" in get_template 81. template = get_template_from_string(source, origin, template_name) File "/usr/lib/python2.5/site-packages/django/template/loader.py" in get_template_from_string 89. return Template(source, origin, name) File "/usr/lib/python2.5/site-packages/django/template/init.py" in init 166. self.nodelist = compile_string(template_string, origin) File "/usr/lib/python2.5/site-packages/django/template/init.py" in compile_string 187. return parser.parse() File "/usr/lib/python2.5/site-packages/django/template/init.py" in parse 275. self.extend_nodelist(nodelist, compiled_result, token) File "/usr/lib/python2.5/site-packages/django/template/debug.py" in extend_nodelist 57. super(DebugParser, self).extend_nodelist(nodelist, node, token) File "/usr/lib/python2.5/site-packages/django/template/init.py" in extend_nodelist 300. raise TemplateSyntaxError("%r must be the first tag in the template." % node)

Exception Type: TemplateSyntaxError at /author/testuser/ Exception Value: <ExtendsNode: extends "lifeflow/lifeflow_base.html"> must be the first tag in the template.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")