Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google App Engine Python

Define Common Files For Gae Projects

I have two different projects in Google app engine account. The folders structure in my computer is… Read more Define Common Files For Gae Projects

Static Image Folder With Google App Engine

There are already a lot of post dealing with this issue but I wasn't able to find a solution to… Read more Static Image Folder With Google App Engine

How Is Memory Garbage Collected In App Engine (python) When Iterating Over Db Results

I have some code that iterates over DB entities, and runs in a task - see below. On app engine I… Read more How Is Memory Garbage Collected In App Engine (python) When Iterating Over Db Results