Re: Plugin based feature adding to web-application

2009-03-13 Thread Alex Gaynor
On Fri, Mar 13, 2009 at 7:31 AM, 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 s

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