Massimo DiPierro
2014-09-12 14:52:19 UTC
hello everybody,
I would like my program to reload all modules that define routes. Wht it
the proper way to delete routes that have already been registered?
Something like this?
app.routes = []
app.router = Router()
I tried and they are un-registered but when the modules are reloaded the
new routes do not see to work.
--
I would like my program to reload all modules that define routes. Wht it
the proper way to delete routes that have already been registered?
Something like this?
app.routes = []
app.router = Router()
I tried and they are un-registered but when the modules are reloaded the
new routes do not see to work.
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.