> when i use my hosting provider (mediatemple) which i believe is
> running django via a fast cgi container setup. overall, the setup
> seems to work, no errors, definately calling php.py, and detects the
> php:file.php tags, but no php is converted into the template output.
> blank text, not even the original php..so, it seems to run the php,
> but never updates the templates with the output.

As I understand, you want to run php script or template inside Django.
Am I right? It's impossible, because Django is, as you may know,
written in python. Python and PHP are completely separate languages
with completely different syntax and so on.

-- 
Regards
Dulmandakh

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to