0
votes
2answers
20 views
How do I do a if a in list_b test in Django 0.96 Templates?
How do I do a if a in list_b test in Django 0.96 Templates?
I'm having a list of checkboxes and a variable containing a list of corresponding values from a previous submit of the …
2
votes
3answers
99 views
How do computer clouds will charge me for a CPU usage?
I’m considering moving my blog to either MS Azure or Google App Engine as an ASP.NET or python one, but I can’t understand how they will charge me for a CPU, the bandwidth and stor …
0
votes
2answers
17 views
Move or copy an entity to another kind
Is there a way to move an entity to another kind in appengine.
Say you have a kind defines, and you want to keep a record of deleted entities of that kind.
But you want to separat …
0
votes
4answers
53 views
How do I upload data to Google App Engine periodically?
I'm writing an aggregation application which scrapes data from a couple of web sources and displays that data with a novel interface. The sites from which I'm scraping update every …
0
votes
0answers
16 views
Delete an entity by key without fetching it first in app engine (using JDO)
Is there a way to delete an entity without having to fetch it from the datastore first? I am assuming I already have the key or id for the entity.
I'm thinking of something like d …
2
votes
1answer
42 views
Integrating Google AppEngine with a Thick Client
I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end.
The problem is that GAE provides only …
0
votes
1answer
26 views
How do I copy local Google App Engine Python datastore to local Google App Engine Java datastore?
I have around 4000 entities that I need to insert into a Java App Engine datastore. As I understand it, only the Python version of App Engine currently has tools to upload data fr …
0
votes
0answers
15 views
Query/GqlQuery .order() restricting the result set?
I just noticed a strange result from a query that I have trouble understanding. It appears as if adding an order() to a Query is limiting the results I get back.
Here is my intera …
0
votes
2answers
45 views
Google App Engine proxy
What would be the simplest implementation of a proxy written for GAE, which relays every URL (including POST, and header data) to a remote HTTP host, and return with it's result (w …
0
votes
4answers
46 views
Google Apps Engine mail fetch
How can I fetch mails from gmail account in Google Apps Engine Django application?
0
votes
0answers
56 views
Google App Engine | domain name mapping | Go Daddy domain name [closed]
Right now I have no ahost records set in Godaddy. I read something
that said I should set it to 64.202.189.170, but I think that's for the
case of domain name forwarding, NOT mappi …
0
votes
2answers
41 views
website load testing Python script
Hello,
I am after a Python script to help me load test my Google App Engine website. I want to give it a set of URLs and a request rate (would need to use threads) and then measur …
1
vote
2answers
74 views
Recommended Java frameworks for Google App Engine?
I'm new to google appengine and java webprogramming (jsp/servlets/frameworks) (not to webprogramming or java). I was wondering if appengine supported java frameworks and, if so, …
4
votes
2answers
119 views
Using Google AppEngine as a “cache” for personal websites (wordpress blogs, wikis)
I read an article of an indie game developer who is using Google AppEngine to cache his main site and blog, to protect provide high-availability during traffic spikes (Digg, Slashd …
0
votes
1answer
35 views
Google Appengine custom authentication
I would like to test appengine. At this moment it is not clear to me if there are libraries that support custom authentication. I want the user to be able to create an account on …
