Changes between Version 65 and Version 66 of DeveloperGuidelines


Ignore:
Timestamp:
08/10/09 23:28:18 (16 years ago)
Author:
Fran Boon
Comment:

Recommend using the CLI

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v65 v66  
    1515 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' until version 2 of the official book comes out)
    1616
     17Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model):
     18{{{
     19python web2py.py -S sahana -M
     20}}}
    1721=== Model ===
    1822Defines databases in: {{{/models/module.py}}}