On Dec 7, 2007 2:48 AM, Justin Davis <[EMAIL PROTECTED]> wrote:
>
> I understand if it's low priority, but could you look into the
> web.reloader?
Done.
Call web.application with autoreload=True to enable reloader.
app = web.application(urls, globals(), autoreload=True)
As of now, reloader does not work with web.auto_application.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---