Changes between Version 68 and Version 69 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
09/18/09 15:42:57 (15 years ago)
Author:
Fran Boon
Comment:

Access DB models from a Python script

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v68 v69  
    3030 * Prevent multiple concurrent logins: http://groups.google.com/group/web2py/browse_thread/thread/4e1c62a0d9255160
    3131 * 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
    3233 * Custom Forms
    3334  * Debug by setting the return to just a plain dict() (=> can read values of vars in 'request')