Changes between Version 68 and Version 69 of DeveloperGuidelines/Tips
- Timestamp:
- 09/18/09 15:42:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v68 v69 30 30 * Prevent multiple concurrent logins: http://groups.google.com/group/web2py/browse_thread/thread/4e1c62a0d9255160 31 31 * Process uploaded files manually (e.g. to unzip KMZ): http://groups.google.com/group/web2py/browse_thread/thread/63809c06cac3b0d5 32 * Access DB models from a Python script: http://groups.google.com/group/web2py/browse_thread/thread/147b47069a9c1ea2 32 33 * Custom Forms 33 34 * Debug by setting the return to just a plain dict() (=> can read values of vars in 'request')