Changes between Version 120 and Version 121 of ConfigurationGuidelines


Ignore:
Timestamp:
05/22/17 17:55:56 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v120 v121  
    119119Active 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.
    120120
    121 Can also reorganise the Applications menu completely to better display those relevant to the instance:
     121Can also reorganise the menus completely to better display those relevant to the instance:
    122122  * DeveloperGuidelines/Menus
    123123=== Table Fields ===