Changes between Version 168 and Version 169 of DeveloperGuidelines
- Timestamp:
- 03/24/11 07:51:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v168 v169 19 19 * [wiki:DeveloperGuidelinesReleaseProcess Release Process] 20 20 * [wiki:DeveloperGuidelinesDataMigration Data Migration] 21 21 22 === Development Enviroment === 22 23 … … 72 73 73 74 Web2Py can work at several different levels of abstraction.[[BR]] 74 The Sahana Eden framework (S3) is built on Web2Py's Auth/Crud classes in {{{tools.py}}} (with some remnants of the older T2), however sometimes we need more control therefore need to drop down a level or two.[[BR]]75 The Sahana Eden framework (S3) is built on Web2Py's !Auth/Crud classes in {{{tools.py}}} (with some remnants of the older T2), however sometimes we need more control therefore need to drop down a level or two.[[BR]] 75 76 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' as well as the [http://web2py.com/book official book]) 76 77 … … 126 127 There is also a convenience wrapper for Windows to run this & also move results into their respective locations: {{{static/scripts/tools/build.cmd}}} 127 128 128 You must have an internet connection to run the build script .129 You must have an internet connection to run the build script unless you have a local version of the Compiler. 129 130 130 131 Need to remove the '@' from '@requires' in header of {{{/static/scripts/S3/jquery.form.js}}} as we need to compress this without the main file.