Changes between Version 120 and Version 121 of ConfigurationGuidelines
- Timestamp:
- 05/22/17 17:55:56 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v120 v121 119 119 Active modules are stored in settings.modules, which is an instance of !OrderedDict. The key of each item in this !OrderedDict is the name of the module (a string), and each value is an instance of Storage. To disable a module, either comment out the relevant lines of {{{config.py}}} in the template, where the list is populated, or else use the delete it in {{{models/000_config.py}}} to remove the relevant item from settings.modules. 120 120 121 Can also reorganise the Applications menucompletely to better display those relevant to the instance:121 Can also reorganise the menus completely to better display those relevant to the instance: 122 122 * DeveloperGuidelines/Menus 123 123 === Table Fields ===