Changes between Version 35 and Version 36 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
05/24/10 06:59:59 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v35 v36  
    99=== Model ===
    1010Add module to db.s3_module:
    11  * http://127.0.0.1:8000/sahana/appadmin/select/db?query=db.s3_module.id%3E0
     11 * http://127.0.0.1:8000/eden/appadmin/select/db?query=db.s3_module.id%3E0
    1212
    1313This makes it visible on the front page & the left-hand navigation menu.
     
    2626}}}
    2727
    28 You will need to delete the database in order to load the new model (del ...\sahana\databases\*.*.)
     28You will need to delete the database in order to load the new model (del ...\eden\databases\*.*.)
    2929
    3030Create a file {{{/models/<MODULE NAME>.py}}}