On Thu, Jan 23, 2014 at 9:17 AM, Gabriel Tessarini <[email protected]> wrote:
> I will have a professional application to my work using the App Inventor > TinyWebDb and i want to know how block the "delete" button of the 'myapp'. > appspot.com and or to custom all site or just a part him to be a private > service, just for me or who have a specific password... > I had heard of an edition on the main.py, but the code in I heard to > replace the permission is no longer used in the new version. > TinyWebDb has a DeleteEntry method that handles deletes. You can edit that portion to handle deletes differently (for example, requiring a password or authentication) or empty it out. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
