Hi, I want to be able to allow users to write a custom function/object and save it to the database, so django can call up the function when needed.
I am aware of potential issues of users writing functions that could break and/or exploit my app, this for internal use and can write some tests in if needed. So essentially I want to parse a string and convert it to a function. Anyone got any pointers to send me in the right direction? Thanks. Robin. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

