Re: Plugin based feature adding to web-application

2009-03-13 Thread limodou
On Fri, Mar 13, 2009 at 8:31 PM, Ravi Kumar wrote: > I need an architecture in a project using Django and Python + MySQL, so that > when I put a python script in specified directory, that should be loaded and > its methods/functions can be used. > As far as i have thought on this, I am going to sc

Plugin based feature adding to web-application

2009-03-13 Thread Ravi Kumar
I need an architecture in a project using Django and Python + MySQL, so that when I put a python script in specified directory, that should be loaded and its methods/functions can be used. As far as i have thought on this, I am going to scan that particular directory, list out the files, import th