I am trying to get two aspects worked out :
- First how do I run python script stored in DB as a BLOB in sandbox mode (maybe using PyPy sandbox)?
- Secondly how can I generate the script itself from the code template (the code template been saved as BLOB in DB) and serve it with the required data ?
Any help on this would be great. Thanks.