marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Provide a standard way to discover controller mount points. #14

Open amcgregor opened 14 years ago

amcgregor commented 14 years ago

This will likely involve metaclasses and an update to the Dialect's init to assign properties. To handle dynamic attachment a setattr will need to be created as well.

amcgregor commented 12 years ago

This concept needs to be further evaluated and discussed.