[google-appengine] remote_api access

2011-08-28 Thread wonglik
Hi All I am trying to migrate my master/slave datastore into High Replication. I am following instructions from this guide http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html#Copying_Entities_to_Another_Application but I am stuck at point 5. whenever I try to access http://n

[google-appengine] What is the best way to implement user ranking considering app engine limitations?

2009-07-18 Thread wonglik
So far I see two ways one that would automatically update user rank whenever his points change. or periodically rebuild whole ranking in the background. Both have advantages and disadvantages but is there general good pattern for this problem? kind regards w --~--~-~--~~

[google-appengine] File Upload with Django1.0.2 problem - 'NoneType' object has no attribute 'validate'

2009-01-31 Thread wonglik
if I do not upload a file it works fine - I get an validationError that image is too big but If I uppload any file I get : AttributeError at /xyz/ 'NoneType' object has no attribute 'validate' Exception Value:'NoneType' object has no attribute 'valida

[google-appengine] Django caching problem.

2009-03-07 Thread wonglik
Hi I am trying to optimize my app by adding template caching (http://docs.djangoproject.com/en/dev/topics/cache/? from=olddocs#template-fragment-caching) {% load cache %} {% cache 3550 news version %} {% include 'include/articles.html' %} {% endcache %} The problem I am faci

[google-appengine] app-engine-patch migration problem

2009-03-08 Thread wonglik
Hi I am trying to migrate appengine-django project to use app-engine- path. Among other problems I get something really strange (for me :) ). While trying to run my app I have trouble importing my models : KindError at / No implementation for kind 'Club' Request Method: GET Request URL

[google-appengine] Re: app-engine-patch migration problem

2009-03-09 Thread wonglik
Thx that was it :) regards Mateusz On Mar 8, 11:07 pm, Waldemar Kornewald wrote: > Hi, > > On 8 Mrz., 19:39,wonglik wrote: > > > I am trying to migrate appengine-django project to use app-engine- > > path. Among other problems I get something really strange (for >