Changes between Version 66 and Version 67 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
01/05/15 14:59:33 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v66 v67  
    77=== Settings ===
    88
    9 Add your module to settings.modules in {{{private/templates/<template>/config.py}}} if it is for a specific template.
     9Add your module to settings.modules in {{{modules/templates/<template>/config.py}}} if it is for a specific template.
    1010
    11 Add it to {{{private/templates/default/config.py}}} to provide an example of how your module should be entered in settings.modules.
     11Add it to {{{modules/templates/default/config.py}}} to provide an example of how your module should be entered in settings.modules.
    1212
    1313=== Model ===