Changes between Version 46 and Version 47 of DeveloperGuidelinesNewModule
- Timestamp:
- 11/29/13 19:02:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesNewModule
v46 v47 10 10 Create a file {{{modules/s3db/<MODULE NAME>.py}}} 11 11 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]] 14 15 15 Add tables to thisfile, as-required for your resources.[[BR]]16 Add tables to modules/s3db/<MODULE NAME>.py file, as-required for your resources.[[BR]] 16 17 To avoid namespace clashes, use the format: {{{s3db.module_table}}} 17 18