Changes between Version 65 and Version 66 of DeveloperGuidelines
- Timestamp:
- 08/10/09 23:28:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v65 v66 15 15 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' until version 2 of the official book comes out) 16 16 17 Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model): 18 {{{ 19 python web2py.py -S sahana -M 20 }}} 17 21 === Model === 18 22 Defines databases in: {{{/models/module.py}}}