Search code examples
phpdjangotemplatesapplication-server

PHP script inside Django template


Hp: having the possibility of running an application server with both a Py interpreter with Django and a PHP engine...

It would be possible to run a PHP script into a Django template?

Is it possible to implement such application server through Apache 2.0 mods?

How would the views and the template file look like?


Solution

  • It is awful idea, but you can check this project.