TurboGears / tgext.pluggable

Pluggable applications support for TurboGears2
11 stars 13 forks source link

Mounting the sub controller on the class rather than on the object #12

Closed devilicecream closed 10 years ago

devilicecream commented 10 years ago

Mounting the sub controller on the class to allow the sphinx extension to recognize plugged paths when generating docs.

amol- commented 10 years ago

Please not that this has the side effect of actually mounting the controller on multiple routes, as the class might have been instantiated on multiple locations