Hi !

I have some tasks to do at startup time, or at the first access of an 
application (some cleanup of "persistent" ajax states). How do I implement 
that best in a way that it works with the development server and with 
mod_python ?

I tried putting it into the __init__.py of my application, but for instance 
the development server executes the statements two times (reloader and real 
process)

I thought about caching a value in a memcache, but I'm not sure that is the 
best way.  Is there a way to define some startup handlers, which I have 
missed ?

Kind regards
Joseph Wenninger

-- 
Do not dream your life but live your dreams!
KATE developer - Joseph Wenninger <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to