Hey!
I have recently created a website, using PHP. No framework or anything else was used, just code.
Now, I need to make an API for this website. It was suggested that I use Django as a framework. I was hoping to just be able to make an API in Python, using Django, without having to move my site that was already created into the Django framework and redo it in Python.
Is it possible for me to have my site sitting by itself, and the API for the site in Django? Or do I need to have my site and the API all in Django?
I am not the most experienced web developer, and I have not used Django before. I apologize in advance if this is a dumb question.
Thank you in advance for any help that can be given!