Re: Analyzing modules before application start

2010-01-25 Thread Filip Gruszczyński
Ok, I will. Thanks :-) W dniu 21 stycznia 2010 22:41 użytkownik Matt Schinckel napisał: > On Jan 22, 12:00 am, Filip Gruszczyński wrote: >> I would like to go through all registered apps before server is >> started and check if certain modules (and

Re: Analyzing modules before application start

2010-01-21 Thread Matt Schinckel
On Jan 22, 12:00 am, Filip Gruszczyński wrote: > I would like to go through all registered apps before server is > started and check if certain modules (and then process them). I guess > this mechanism is similar to the one, which looks for models or tests > in django

Analyzing modules before application start

2010-01-21 Thread Filip Gruszczyński
I would like to go through all registered apps before server is started and check if certain modules (and then process them). I guess this mechanism is similar to the one, which looks for models or tests in django application. Is there any easy way to do this and where should inject such code?