Is it possible to run seperate html, php, js files?
For example have an index page index.html which provides a url to a django project and a url to other webpages
Is it possible to run seperate html, php, js files?
For example have an index page index.html which provides a url to a django project and a url to other webpages
Hi there, we don't support PHP, but you can certainly serve lots of different pages and URLs from a django project, and any number of different javascript files using our static files service.
Here's a few tutorials: