1 | initial version |
I have a php application made with PHP and MySQL (No MVC structure used). I have seen that the generic enablers like KeyRock are made using python, django and a MVC structure.
Do I have to migrate from PHP to Django my current application to integrate the enabler KeyRock? or is it a separated service that communicates with Keyrock by web services or accessing a BD?
For instance if I want to create a user in keyrock should I use python-django function call or I make a call to a db function call, or make a web request with parameters via Post or get.
Thanks in advance.