Book quote: "...If you use two asterisks (**), the MODELs will not be executed. This is the recommended way of calling, as it has less overhead and avoids potential locking problems. ..."
This approach should be used for enhancing the task's performance (if you are not doing db update in background of course)
0
web2pyslices 12 years ago
Book quote: "...If you use two asterisks (
**
), theMODEL
s will not be executed. This is the recommended way of calling, as it has less overhead and avoids potential locking problems. ..."This approach should be used for enhancing the task's performance (if you are not doing db update in background of course)
(commented by spametki)