Forums

run a php theme on django

Hello, I would like to install a php theme on django server but I can not. I am a beginner and all I can do is install theme with index.html and not index.php or that's what I want. please could you help me.

PHP is a different language to Python (which, of course, is the language that Django is built on) so you'd need to convert the theme over manually yourself. Unfortunately that's something you could only really do if you were reasonably experienced with Django's templating language -- it's not something you can do as a beginner.