Changes between Version 28 and Version 29 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
02/18/10 08:59:39 (15 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v28 v29  
    1212This makes it visible on the front page & the left-hand navigation menu.
    1313
    14 To make this change in code not just in this instance, then edit {{{/models/00_db.py}}}:
     14To make this change in code not just in this instance, then edit {{{/models/01_module.py}}}:
    1515{{{
    1616# Populate table with Default modules
     
    1919        name="veh",
    2020        name_nice="Vehicle Management System",
    21         priority=16,
     21        priority=<INSERT NEXT SEQUENTIAL PRIORITY HERE>,
    2222        description="Allows the management of vehicles",
    2323        enabled='True'
     
    2626
    2727
    28 Create a file {{{/models/module.py}}}
     28Create a file {{{/models/<MODULE NAME>.py}}}
    2929
    3030Add tables to this file, as-required for your resources.[[BR]]
     
    6262
    6363=== Controller ===
    64 Create a file: {{{/controllers/module.py}}}
     64Create a file: {{{/controllers/<MODULE NAME>.py}}}
    6565
    6666Add the S3 framework functions: