Changes between Version 76 and Version 77 of DeveloperGuidelines
- Timestamp:
- 01/29/10 14:05:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v76 v77 67 67 * W3Schools' basic JS: http://www.w3schools.com/js/ 68 68 69 == Reserved Keywords == 70 * 'request' -> web2py internal use 71 * 'key' as a db row name -> MySQL confuses it with internal keyword KEY 72 73 69 74 === Guidelines === 70 75 * WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques