Hey all,

I am in the process of migrating a significant amount of PHP code to Python,
however many of the sites still need to run in PHP, which means we'd end up
having to maintain two separate frameworks.

So, I have put some thought into writing the core library functions in
Python, then exposing an API which PHP can query per request. Although, I am
yet to find out if this is "good practise" as it's something I've never
needed to do before, but my guess is that this will be no different to a
public facing API, only private.

Has anyone here ever done something similar, and if so, can you give some
insight as to any problems you came up against, the methods used, and any
other comments you may feel were helpful?

Cheers

Cal

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to