pythononwheels / pow_devel

development repo for PyhtonOnWheels framework
www.pythononwheels.org
MIT License
75 stars 10 forks source link

Observer for Models #6

Closed pythononwheels closed 7 years ago

pythononwheels commented 12 years ago

create Observeration instances for Models.

standard: Modelname_observer.py

  1. shall be automatically included by the models
  2. according methods are executed after model method. convention: Model->create calls Model_observer->create()
  3. Handling idea: via getattribute check if observer is there, check for according method, execute if there.
pythononwheels commented 7 years ago

Not Applicable anymore.