Changes between Version 1 and Version 2 of BluePrintBzrHooks


Ignore:
Timestamp:
01/01/09 21:44:44 (16 years ago)
Author:
Fran Boon
Comment:

Storage() option

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintBzrHooks

    v1 v2  
    1919These tools should be triggered via a Bzr start-commit-hook.
    2020
     21
     22An alternative /could/ be to make reference data use a Storage() instance like T2.messages:
     23{{{
     24def _define_messages(self):       
     25    self.messages=Storage()
     26    self.messages.record_created="Record Created"
     27}}}
     28However then local admins wouldn't be able to use appadmin to make local customisations.[[BR]]
     29(This /could/ be a good thing?)
     30
    2131=== Reference Data ===
    2232module, x_menu_option, gis_config, gis_projection, gis_marker