Hi, everyone, trying to get my first Drango project running, I got the following error for an "add" action:
Traceback (most recent call last): File "...\django\core\servers\basehttp.py", line 272, in run self.result = application(self.environ, self.start_response) File "...\django\core\servers\basehttp.py", line 615, in __call__ return self.application(environ, start_response) File "...\django\core\handlers\wsgi.py", line 155, in __call__ response = self.get_response(request.path, request) File "...\django\core\handlers\base.py", line 109, in get_response return self.get_technical_error_response(request) File "...\django\core\handlers\base.py", line 139, in get_technical_error_response return debug.technical_500_response(request, *sys.exc_info()) File "...\django\views\debug.py", line 126, in technical_500_response return HttpResponseServerError(t.render(c), mimetype='text/html') File "...\django\core\template\__init__.py", line 146, in render return self.nodelist.render(context) File "...\django\core\template\__init__.py", line 707, in render bits.append(self.render_node(node, context)) File "...\django\core\template\__init__.py", line 725, in render_node result = node.render(context) File "...\django\core\template\defaulttags.py", line 112, in render nodelist.append(node.render(context)) File "...\django\core\template\defaulttags.py", line 179, in render return self.nodelist_true.render(context) File "...\django\core\template\__init__.py", line 707, in render bits.append(self.render_node(node, context)) File "...\django\core\template\__init__.py", line 735, in render_node raise wrapped TemplateSyntaxError: Caught an exception while rendering. ([path to python]\lib\site-packages\django-0.91-py2.4.egg replaced by ...) I didn't do anything fancy to the templates -- just the minimal changes which are part of the tutorial (I zipped my application template directory, if anyone wants to have a look him/herself). Any ideas what to do? TIA, Tobias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---