Changes between Version 35 and Version 36 of DeveloperGuidelinesNewModule
- Timestamp:
- 05/24/10 06:59:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesNewModule
v35 v36 9 9 === Model === 10 10 Add module to db.s3_module: 11 * http://127.0.0.1:8000/ sahana/appadmin/select/db?query=db.s3_module.id%3E011 * http://127.0.0.1:8000/eden/appadmin/select/db?query=db.s3_module.id%3E0 12 12 13 13 This makes it visible on the front page & the left-hand navigation menu. … … 26 26 }}} 27 27 28 You will need to delete the database in order to load the new model (del ...\ sahana\databases\*.*.)28 You will need to delete the database in order to load the new model (del ...\eden\databases\*.*.) 29 29 30 30 Create a file {{{/models/<MODULE NAME>.py}}}