Hmm ok, i can use 
 
 return render_to_response("sql.html", { 'row': row })
 
and when i call now http://127.0.0.1:8000/sql/, i can see the correct data. 
But i will call http://127.0.0.1:8000/portal/ and try to implements the sql 
code in this page.
 
I have by base.html in addition now " {% include "sql.html" %} ", the sql 
looks like:
------------ sql.html---------------
{% block content %}<p>Kundendaten {{ row }}.</p>{% endblock %}
--------------------------------------
 
my output by portal call is:
-----------------------------------------------------------------------------------------
PortalAusgabe Kundendaten

Zeit der Aktualisierung Oct. 25, 2012, 8:16 a.m..

Kundendaten .
------------------------------

Danke fuer die Benutzung meiner Seite.

-----------------------------------------------------------------------------------------

the data output is not there, but it must look like:

Kundendaten [('Niederer Hansruedi (THA) ', 'hansruedi.bl...@blobb.ch ')].

i hope my problem is now better descibed...

maybe i find a way, but i hope for input. :)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/_bOenlD205AJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to