Changes between Version 26 and Version 27 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
- Timestamp:
- 10/05/13 10:49:38 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
v26 v27 86 86 Add the new module to the list of enabled modules. This is normally specified in a "template" that has the 87 87 customizations for a particular site. Here, we will "cheat" and just add the new module to our configuration 88 file {{{eden/models/000_config.py}}}. Get the default module list from 89 {{{eden/private/templates/default/config.py}}} i.e. 90 * http://booki.flossmanuals.net/sahana-eden/_draft/_v/1.0/building-a-new-application/ 88 file {{{eden/models/000_config.py}}}. Get the default module list from {{{eden/private/templates/default/config.py}}} 89 91 90 Copy it to {{{models/000_config.py}}} and add an entry for the hit module. 92 91