Changes between Version 46 and Version 47 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
11/29/13 19:02:01 (11 years ago)
Author:
hardik juneja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v46 v47  
    1010Create a file {{{modules/s3db/<MODULE NAME>.py}}}
    1111
    12 Add your module to {{{private/templates/<template>/config.py}}}[[BR]]
    13 Also, Add It to {{{models/00_tables.py}}}[[BR]]
     12'''Note'''
     13           - You need to Add your module to {{{private/templates/<template>/config.py}}}[[BR]]
     14           - Also, Add It to {{{models/00_tables.py}}}[[BR]]
    1415
    15 Add tables to this file, as-required for your resources.[[BR]]
     16Add tables to modules/s3db/<MODULE NAME>.py file, as-required for your resources.[[BR]]
    1617To avoid namespace clashes, use the format: {{{s3db.module_table}}}
    1718