Changes between Version 77 and Version 78 of BluePrintAuthorization
- Timestamp:
- 06/21/10 14:53:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v77 v78 38 38 * Configure permissions in {{{000_config.py}}} instead of {{{01_modules.py}}} 39 39 * Change {{{deployment_settings.modules}}} from a list of strings to a Storage() 40 * Custom methods can be added in here & used in exactly the same way as the standard 'create', 'read', 'update' & 'delete'. 40 41 {{{ 41 42 # Need to define Roles in dict for visibility by modules before inserted into DB