[google-appengine] Re: Static File Questions

2009-01-09 Thread niklasr
Reversibly breaking and remaking larger than 1MB files persistently storing max 1 MB chunks, gae http get and post support the larger. The gae http transport as it is handles larger files. The 1MB limit only limits the entities, not the transport. On Jan 8, 11:59 pm, MajorProgamming

[google-appengine] Re: Admin interface that let's me enter dummy data

2009-01-09 Thread Alexander Kojevnikov
Thanks for the response. I just dont see a reason why Google can't allow dummy data to be entered via the built in admin interface. If it can create forms when there is data, why cant it create forms without data? I guess the main reason is that the datastore is schema-less, the models can

[google-appengine] Re: Beginner Question - About using App Engine

2009-01-09 Thread Joel Odom
This article got me started using AJAX and JSON. Works great. http://code.google.com/appengine/articles/rpc.html On Thu, Jan 8, 2009 at 7:08 PM, Faber Fedor faberfe...@gmail.com wrote: On Thu, Jan 8, 2009 at 5:56 PM, mscwd01 mscw...@gmail.com wrote: In short, i'd like to use App

[google-appengine] Re: email with Django and appenginepatch fails (1,'Uknown Error')

2009-01-09 Thread Waldemar Kornewald
Hi Dave, On Jan 8, 3:36 pm, Dave ddev...@gmail.com wrote: I am having a problem that I hope has an easy answer although I've looked high and low for an answer. I am using app engine with appenginepatch, including Django 1.x. When I attempt to send an email I get an 'herror Exception with

[google-appengine] Re: urlfetch, ApplicationError: 5

2009-01-09 Thread vinodxx
Hello, I am also facing the same problem. I am trying this: http://vinodxx.blogspot.com/2009/01/how-to-avoid-urlfetch-errors-in-google.html On Dec 18 2008, 2:33 pm, Sylvain sylvain.viv...@gmail.com wrote: Hi, My app is online since 5 months, but since fews days, I've got more and more

[google-appengine] Re: Proper use of BASE HTML tag

2009-01-09 Thread Geoffrey Spear
Yes, base has been in the standards since at least 2.0 and is supported by every major browser. http://www.eskimo.com/~bloo/indexdot/html/supportkey/a.htm is a good reference for this sort of thing. On Jan 9, 1:33 am, MajorProgamming sefira...@gmail.com wrote: Is this treated well (and

[google-appengine] Re: email with Django and appenginepatch fails (1,'Uknown Error')

2009-01-09 Thread Dave
Hi Waldemar, Thanks for the reply. I appreciate it. I should have included this in my original post. I have configured as below(xxx = username/password): # Email server settings EMAIL_HOST = 'smtp.comcast.net' EMAIL_PORT = 25 EMAIL_HOST_USER = 'x' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS

[google-appengine] Re: Proper use of BASE HTML tag

2009-01-09 Thread Jonk
On 9 tammi, 08:33, MajorProgamming sefira...@gmail.com wrote: Is this treated well (and accepted as proper usage) by all standards and browser? base href=/ Remember to close tags if you're using XML standards. In which case this would be: base href=// Cheers, j

[google-appengine] WWW. Help

2009-01-09 Thread Ray Malone
I've noticed that appspot.com sites are not accessable when you add WWW. to the name. Any Idea why or is it just my sites? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Trouble with NeedIndexError when calling count()

2009-01-09 Thread Tony Arkles
We saw this error yesterday too, but only for one of our users. The query succeeds for everyone else... (We were doing a fetch instead of a count, but otherwise it seems pretty similar) On Jan 8, 11:48 am, Ryan W rwilli...@gmail.com wrote: All of a sudden this morning, I began getting this

[google-appengine] Re: WWW. Help

2009-01-09 Thread Alexander Konovalenko
On Fri, Jan 9, 2009, Ray Malone rayish...@gmail.com wrote: I've noticed that appspot.com sites are not accessable when you add WWW. to the name. Any Idea why or is it just my sites? I think it is not supported. There is an open request for this feature in the issue tracker:

[google-appengine] High CPU for zipimporter django.zip

2009-01-09 Thread Tom
What am I doing wrong? Every call generates a high CPU call to zipimporter. The times range from 2000 to 4500ms each time. I am using appengine-patch. # 1. 01-09 08:03AM 07.774 /android/bottle/sync/ 200 1463ms 3886ms-cpu 169kb See details 208.54.90.55 - -

[google-appengine] Re: Python 3.0 and GAE

2009-01-09 Thread Spiderhawk
To vote for Python 3.0 go here: http://code.google.com/p/googleappengine/issues/detail?id=909 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Very urgent

2009-01-09 Thread arnie
Hi all I am using google app engine sdk to develop a python web service. I am totally new to both google app engine sdk and python so struggling hard to create a simple python web service. Is creating a wsgi application using google app engine sdk [in python] with no user interface is a web

[google-appengine] appcfg.py update talking with server very slowly, http://appspot.google.com slowly resolves

2009-01-09 Thread Andrew Yates
Is there something wrong with the server? It is taking the app engine ten minutes for the server to respond to a simple hello world file update. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] help me to know about file system virtualization

2009-01-09 Thread flower
we are doing project in file system virtualization... but we dont have clear idea about the same.we are going to implement this in linux environment as well as we planned to use the cluster of servers.if you have any idea regarding this please help me ...

[google-appengine] Error in datastore viewer in the SDK

2009-01-09 Thread WeatherPhilip
When I try and view one of my objects that I put into the SDK datastore, I get the following: Traceback (most recent call last): File D:\Program Files\Google\google_appengine\google\appengine\ext \webapp\__init__.py, line 499, in __call__ handler.get(*groups) File D:\Program

[google-appengine] Re: three web proxy sites on Google app Engine(proxypy, go2, web-proxy), which is better?

2009-01-09 Thread SixSix
Black Spider(http://web-proxy.appspot.com) is best. It is base on the open source code *mirrorrr* ,but improves much. On 1月1日, 下午10时40分, auzhuang auzhu...@gmail.com wrote: I found three web proxy sites on Google app : http://proxypy.appspot.com/ http://go2.appspot.com/

[google-appengine] Restrict entire app access by IP? (for stage server)

2009-01-09 Thread Andrew Yates
Hi, is there a way to deny/allow IPs for in-house, private staging servers on App Engine like one could create in Apache in the config or .htaccess settings? If not, what is the best way to create a private, company staging server for testing?

[google-appengine] Re: Is the Datastore just too slow for 100+ returned records?

2009-01-09 Thread JC
Tzakie, As Dan pointed out, GqlQuery isn't actually fetching the data when constructed. Try this instead: CategoryRows = db.GqlQuery(QueryString) results = CategoryRows.fetch(limit) where limit is the max number of rows to fetch. I believe this will make a single trip the datastore rather

[google-appengine] Re: Error in datastore viewer in the SDK

2009-01-09 Thread Marzia Niccolai
Hi, This is: http://code.google.com/p/googleappengine/issues/detail?id=280 If you clear your datastore you should be ok. -Marzia On Thu, Jan 8, 2009 at 8:45 PM, WeatherPhilip philip-goo...@gladstonefamily.net wrote: When I try and view one of my objects that I put into the SDK datastore,

[google-appengine] Re: Very urgent

2009-01-09 Thread Balu Raman
Arnie, I don't know much about anything. But, my question to you is - ' Why is this Very urgent ?' , learning is a slow process. - br On 1/9/09, arnie parvez...@rediffmail.com wrote: Hi all I am using google app engine sdk to develop a python web service. I am totally new to both google app

[google-appengine] Re: Suggests based on user input

2009-01-09 Thread Adam
I'd suggest pushing the entire list of suggestions to the client when they hit the page, then using something like: http://wiki.github.com/madrobby/scriptaculous/autocompleter-local The list of suggestions could either be static, or stored in the data store. We do this for www.fyood.com which

[google-appengine] Re: Is the Datastore just too slow for 100+ returned records?

2009-01-09 Thread Tzakie
I believe this will make a single trip the datastore rather than once every 20 objects (which is done to make using intrinsic iteration of a GqlQuery performant).  I'd be curious to see what, if any, gain this yields with your dataset. Takes exactly the same amount of time. I read through

[google-appengine] Re: Your client does not have permission to get URL /admin/ from this server.

2009-01-09 Thread Marzia Niccolai
Hi Doc, The fact that the app doesn't use Google Accounts may be relevant. Are the administrator accounts Google Accounts or Google Apps emails? In order to sign in to your application as an administrator the type of account much match the authentication type chosen when you configured your

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Ok, I am getting no response, so let me say what my attempt was, based on viewing the source html of a GAE webpage. But this attempt does not work, because I get sent to a nonexistent webpage. Notice that the return address is the one for my appspot.com application. form id=gaia_universallogin

[google-appengine] Re: Very urgent

2009-01-09 Thread Dan Sanderson
You're on the right track. A web service works very similarly to a web application, except instead of serving UI to a browser, it uses a protocol based on HTTP that describes the structure of requests and responses that make up the interaction between the client and the service. You can use a

[google-appengine] Re: Trouble with NeedIndexError when calling count()

2009-01-09 Thread ryan
hi guys! merge join queries like these, ie queries that have equals filters on multiple properties but no inequality filters or sort orders, *usually* don't require an index. that's described in

[google-appengine] Re: Is the Datastore just too slow for 100+ returned records?

2009-01-09 Thread bowman.jos...@gmail.com
For the record, I regularly pull 100 entities, that are much smaller than yours, for my application in order to page through them. Basically to meet a paging requirement I pull 100, cache that result, then page within it. I do think they size of your entities are part of the problem Though, I

[google-appengine] Re: Admin interface that let's me enter dummy data

2009-01-09 Thread adelevie
I guess I'm stuck with that--it works nicely despite trouble getting the stylesheets to load. This seems like such a simple feature for google to implement, I don't understand why they dont. On Jan 9, 7:51 am, nickcharb nickch...@gmail.com wrote: I found appengine_admin helpful to add dummy

[google-appengine] typo in docs

2009-01-09 Thread adelevie
http://code.google.com/appengine/docs/appcfgpy.html towards the bottom it says appcfy.py where it should be appcfg.py. I didn't know where else to post this. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: appcfg.py update talking with server very slowly, http://appspot.google.com slowly resolves

2009-01-09 Thread adelevie
my app wont load at all--at least there wasn't anything wrong with imy/i code ;) On Jan 8, 10:05 pm, Andrew Yates drewyate...@gmail.com wrote: Is there something wrong with the server? It is taking the app engine ten minutes for the server to respond to a simple hello world file update.

[google-appengine] Re: Your client does not have permission to get URL /admin/ from this server.

2009-01-09 Thread DocDay
Google Apps emails. On Jan 9, 12:59 pm, Marzia Niccolai ma...@google.com wrote: Hi Doc, The fact that the app doesn't use Google Accounts may be relevant.  Are the administrator accounts Google Accounts or Google Apps emails? In order to sign in to your application as an administrator the

[google-appengine] Re: Static File Questions

2009-01-09 Thread MajorProgamming
I'm not sure I understand you. Which question # were you trying to answer? On Jan 9, 3:26 am, niklasr nikla...@gmail.com wrote: Reversibly breaking and remaking larger than 1MB files persistently storing max 1 MB chunks, gae http get and post support the larger. The gae http transport as it

[google-appengine] Google App Engine Platform

2009-01-09 Thread Eric Frost
If I develop an app using the Google App Engine Platform and decide to change my mind and host it ourselves later, is this possible? Are there some few features such as leveraging Google Accounts that would not be possible? How about the database? I have a lot of experience with PHP and MySQL

[google-appengine] Re: appcfg.py update talking with server very slowly, http://appspot.google.com slowly resolves

2009-01-09 Thread adelevie
here it is: C:\Program Files\Google\google_appenginepython appcfg.py --noisy update courses api Loaded authentication cookies from C:\Documents and Settings \1/.appcfg_cookies 2009-01-09 14:49:13,578 INFO appcfg.py:129 Server: appengine.google.com 2009-01-09 14:49:13,592 INFO appcfg.py:572

[google-appengine] Sort by Relevance

2009-01-09 Thread MajorProgamming
I know that the MySQL version of FullText search supports sorting by Relevance. Is there any way to mimic this functionality on App Engine? [whether through Searchable Entity or through custom methods]? --~--~-~--~~~---~--~~ You received this message because you

[google-appengine] Re: Google App Engine Platform

2009-01-09 Thread adelevie
GAE forces you to use a framework, php doesn't. GAE lets you cheaply host django, web.py and webapp frameworks. On Jan 9, 1:54 pm, Eric Frost efr...@gmail.com wrote: If I develop an app using the Google App Engine Platform and decide to change my mind and host it ourselves later, is this

[google-appengine] Re: Google App Engine Platform

2009-01-09 Thread Eric Frost
What if I want to move away from GAE later.. can I host django, web.py, or webapp frameworks myself? (Does my question make sense?) Eric On Jan 9, 1:54 pm, adelevie adele...@gmail.com wrote: GAE forces you to use a framework, php doesn't. GAE lets you cheaply host django, web.py and webapp

[google-appengine] Re: typo in docs

2009-01-09 Thread Dan Sanderson
Thanks, I'll fix it. -- Dan On Fri, Jan 9, 2009 at 11:11 AM, adelevie adele...@gmail.com wrote: http://code.google.com/appengine/docs/appcfgpy.html towards the bottom it says appcfy.py where it should be appcfg.py. I didn't know where else to post this.

[google-appengine] Re: 1 application, multiple datastores

2009-01-09 Thread Andy Freeman
Ok - I understand (maybe), I don't think it matches what 106 is asking for though It doesn't support 106, but that wasn't the goal. The goal was to show that one could support application--driven datastore choice with an appropriate amount of security. The call to support 106 would be

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
I don't quite get it. I hope if by seeing the existing form on the page and my attempt at following your suggestions, you can spell out more specifically what you mean Geoffrey and Gipsy. This is the existing form. form method=get action=/ input type=text name=place id=placename /

[google-appengine] Re: Static File Questions

2009-01-09 Thread niklasr
example: upload a 2 MB file through a html form, split it serverside into 2 or 3 parts, then store the parts as blobs of max 1 MB each. It's inconvenient yet a method to serve large files with no difference towards the client. On Jan 9, 8:36 pm, MajorProgamming sefira...@gmail.com wrote: I'm

[google-appengine] Whaddya mean Verify my account? Again?!

2009-01-09 Thread Faber Fedor
Something is not right between me and AppEngine. Earlier today I uploaded a new version of a client's AppEngine app. I login under my client-based account (fa...@cloudtechllc.com) to do some maintenance. I go to our appengine page and I see our two apps. I click on one of them and do some work.

[google-appengine] Transaction collisions

2009-01-09 Thread Ryan W
I was noticing what appeared to be some entity saves/puts being missed or ignored by the datastore. I suspected it was due to contention of many updates for the same entity coming in to fast. So, I put it in a transaction (incrementing a view count when a page/entity is viewed). As soon as I

[google-appengine] Re: High CPU for zipimporter django.zip

2009-01-09 Thread Anthony
Ok think I've got it.. I'm now checking the sys.path for the import, now only does it once! if not 'shared/jinja2.zip' in sys.path: sys.path.insert(0, 'shared/jinja2.zip') #print import On Jan 9, 10:04 pm, Anthony acorc...@gmail.com wrote: Hi, same problem here with

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
I assume that,your requirement is ,when the user submit the form: form method=get action=/ input type=text name=place id=placename / input type=submit value=Submit short group name / /form You want them to be taken to the login page if they are not already logged in ? If my assumption is

[google-appengine] Re: Sort by Relevance

2009-01-09 Thread Ryan W
It would have to be custom, SearchableModel does not support it, as the comments mention here: http://code.google.com/p/googleappengine/source/browse/trunk/google/appengine/ext/search/__init__.py I know they are working on an improved full-text search solution, but there is no timeline. Be

[google-appengine] Re: Google App Engine Platform

2009-01-09 Thread Barry Hunter
You might well have to do some work scaling* the SDK, but it is possible to host a minimally changed App Engine App on differerent host. http://waxy.org/2008/04/exclusive_google_app_engine_ported_to_amazons_ec2/ * the SDK isnt intended to handle real traffic, so it wont natively scale very

[google-appengine] Re: Whaddya mean Verify my account? Again?!

2009-01-09 Thread Marzia Niccolai
Hi Faber, You will need to verify an account when you create the first application with that account, even if that account has been invited to develop on other applications. Each developer gets to create 10 application, but can develop on all those they can get invited to :) - Marzia On Fri,

[google-appengine] Re: 500 server error

2009-01-09 Thread Rodrigo Moraes
On Fri, Jan 9, 2009 at 5:04 PM, adelevie wrote: I have one app right now http://wepaste.appspot.com. I know how to create and upload apps. However, today, I cannot even upload a hello world even though the app works perfectly on dev_appserver. appcfg.py runs fine but when I visit the URL, I

[google-appengine] Re: Debug Console

2009-01-09 Thread djidjadji
Try this URL http://localhost:8080/?debug When there is a parameter called 'debug' you get an overlay console 2009/1/9 DocDay google@eoasys.com: I've been going through the article Logging Events in Your Application at http://code.google.com/appengine/articles/logging.html In the

[google-appengine] Re: Transaction collisions

2009-01-09 Thread djidjadji
If you get a transaction collisions on objects you need to Shard the object. Look at this talk video http://sites.google.com/site/io/building-scalable-web-applications-with-google-app-engine 2009/1/9 Ryan W rwilli...@gmail.com: I was noticing what appeared to be some entity saves/puts being

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Gipsy, No, I want the people who do login to return to this home page. If the form entry is not empty it would be Ok for them to be sent on /? place=value of place but that is more than I expect. Brian in Atlanta On Jan 9, 5:57 pm, Gipsy Gopinathan gipsy.ra...@gmail.com wrote: I assume

[google-appengine] Re: Whaddya mean Verify my account? Again?!

2009-01-09 Thread Faber Fedor
On Fri, Jan 9, 2009 at 6:06 PM, Marzia Niccolai ma...@google.com wrote: Hi Faber, You will need to verify an account when you create the first application with that account, even if that account has been invited to develop on other applications. Each developer gets to create 10

[google-appengine] Sample Code: Import Yahoo! Pipes Data

2009-01-09 Thread JoeLaz
Hi, I'm not a developer, but I'm trying to learn Google App Engine (GAE) by working on a simple project to import data output from Yahoo! Pipes and present it as a one page website powered by GAE. Yahoo! Pipes exports data in a number of formate: RSS, XML, JSON. I'm looking for some sample code

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
Brian, So you want your home page to be the login page and redirect them back to the form when login is complete? On Fri, Jan 9, 2009 at 5:27 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, No, I want the people who do login to return to this home page. If the form entry is not

[google-appengine] Re: Global Time Synchronisation Guarantees

2009-01-09 Thread Cesium
What we need is clarification of the maximum offset of any server from UTC(NIST). Some description of the syncronization algorithm used would also be nice. (Large discontinuities in a time scale are evil.) I really, really don't like this idea: Put your own central server on the web and use

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
yes, Gipsy. On Jan 9, 6:35 pm, Gipsy Gopinathan gipsy.ra...@gmail.com wrote: Brian, So you want your home page to be the login page and redirect them back to the form when login is complete? --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: Google App Engine Platform

2009-01-09 Thread Mengsong Chen
Very good question.I think this also is most of startups' concern over using App Engine. http://www.feld.com/wp/archives/2008/04/what-exactly-is-google-app-engine.html For the ListProperty, isn't it similar to ManyToManyField in Django? correct me if I am wrong. M On Fri, Jan 9, 2009 at

[google-appengine] OpenID, is it good?

2009-01-09 Thread Mengsong Chen
I have just read something about OpenID. It seems a good solution, in particularly for mobile web apps. I wonder what is the general feedback for it? How is it compare it Google Login? Thanks, M --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
Okay. Then from your handler for '/' check if users.get_current_user() is None if true then redirect (DO NOT write the response back), to the url generated by users.create_login_url(/) code will be something like ' ... self.redirect(users.create_login_url(/)) Or you can write back

[google-appengine] Re: Google App Engine Platform

2009-01-09 Thread Alexander Kojevnikov
What if I want to move away from GAE later.. can I host django, web.py, or webapp frameworks myself? (Does my question make sense?) Check out this article: http://code.google.com/appengine/articles/pure_django.html --~--~-~--~~~---~--~~ You received this message

[google-appengine] Unsupported type in GQL query with IN clause

2009-01-09 Thread Paul
I have a GQL query that works fine when theres only one Merchant Entity, but fails as below when theres more than 1, any ideas? merchantList= [e.key() for e in Merchant.all().fetch(10)] Item.gql('WHERE style = :style and merchant in :merchants ORDER BY

[google-appengine] Datastore timeouts and retries.

2009-01-09 Thread David Wilson
Hi there, Having got my application to a barely working state last week, I tried to demonstrate it to a friend. Before he had even reached the main page of the application, a Datastore timeout had occurred while updating his session record. I talked to a few people about this, and it seems when

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Gipsy, I don't think that the first option will work because I cannot assume that the person who arrives needs to be a user. Non-users can also arrive at my home page and enter a place in the text field, but I want to treat users differently from non-users. But I want to give users a chance to

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Geoffrey Spear
Somewhere in your handler for /: if users.get_current_user() is None: self.response.out.write(a href=' + users.create_login_url('/') + 'Click here to login/a) When a user clicks the resulting link, they'll go to the login page, log in, and get sent back to your page, where the login link

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Geoffrey, Yes, but that seems to assume that the user MUST login, and only users who need to login for the result they wish to achieve, need to login. If you can tell me a link to where I can send people who get to my application home page and wish to login, can go, I can enter that link for

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
Brian, If you let your users click the url generated by users.create_login_url('/xyz') it will take the users to the google' account login page and after successfull completion of login , google automatically redirect the user to the url you have provided ('xyz' in this case). I think this

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Gipsy, I think it may satisfy my requirement, but how do I learn what that url is (the_url below)? It looks like I need to know that url so I can put it in as hard-coded link [a href=the_url Click here if you wish to login/a] on my app's home page. On Jan 9, 11:47 pm, Gipsy Gopinathan

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
I think now I understood what you want . You want to provide a link in your home page for your users to login if they want to. And if the user is logged in, the application may behave differently. Is my understanding is right? If yes. Then i don't understand why you are not able provide the login

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Gipsy, Could you just run the sample on your webpage and tell me what you get? Thanks, Brian On Jan 10, 12:19 am, Gipsy Gopinathan gipsy.ra...@gmail.com wrote: I think now I understood what you want . You want to provide a link in your home page for your users to login if they want to. And

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
check http://kangchenchunga.appspot.com/ is this what you want ? On Fri, Jan 9, 2009 at 11:28 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, Could you just run the sample on your webpage and tell me what you get? Thanks, Brian On Jan 10, 12:19 am, Gipsy Gopinathan

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Wait, I think I know how to do it. Give me a few seconds until I can use my honey's computer and I'll get back to you. Brian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Yes, that's what I want. Your appspot is not kangchenchunga, is it. You just found it for me, right? That's great. Thanks a bunch. On Jan 10, 12:35 am, thebrianschott schott.br...@gmail.com wrote: Wait, I think I know how to do it. Give me a few seconds until I can use my honey's computer

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
no that is my appspot On Fri, Jan 9, 2009 at 11:41 PM, thebrianschott schott.br...@gmail.comwrote: Yes, that's what I want. Your appspot is not kangchenchunga, is it. You just found it for me, right? That's great. Thanks a bunch. On Jan 10, 12:35 am, thebrianschott schott.br...@gmail.com

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
You can find the sample code here http://dpaste.com/107358/ On Fri, Jan 9, 2009 at 11:43 PM, Gipsy Gopinathan gipsy.ra...@gmail.comwrote: no that is my appspot On Fri, Jan 9, 2009 at 11:41 PM, thebrianschott schott.br...@gmail.comwrote: Yes, that's what I want. Your appspot is not

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread thebrianschott
Got it. And it takes me back just right. Thanks so much Gipsy. IOU, big time. Brian in Atlanta --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] High CPU usage on simple DB query

2009-01-09 Thread Denis Moskalets
My application name: ctms-medms-test. I've some strange thing with CPU usage. I'am using Django and Appenginepatch. I've simple view: def list_city(request): queryset = ctms_City.all() return object_list(request,queryset,template_name=ctms/ city_list.html, paginate_by=500) And simple