python-hospital / hospital

Tools to diagnose Python projects (supervision, monitoring).
Other
40 stars 8 forks source link

Documentation shows example using twod.wsgi #42

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

As an example, twod.wsgi can be used to integrate hospital's WSGI app in a Django project. Some users may prefer to expose hospital as application's internal URL instead of running hospital's own server on a separate process/URL. See https://pythonhosted.org/twod.wsgi/embedded-apps.html

benoitbryon commented 10 years ago

Closed along with #44