The GAE plugin for eclipse is very useful, but, when we are working on teams, is very difficult to update versions. How about a maven plugin??? Thanks.
I don't use eclipse, but maybe some script that downloads the plugin (or uses a git repo with current plugin version) and registers it with eclipse (or updates it in eclipse plugins location if needed) could help.
I'd like to second the request for more specifics on implementing Django 1.2.6 on GAE. Is there a sample app available? There are so many different Django GAE examples and projects out there that it is not clear (at least to me) what needs to be done to get 1.2.6 implemented.
Django 1.2 now, Python 2.7 in the future, nice =)
ReplyDeleteWhat about soap on Python? There are some Google API's that require soap.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteBy the way: check out the Permissions tab on the Admin Console. New feature: Role dropdown! Owner, Developer, Viewer.
ReplyDeleteKind of underwhelming, but the updated road map looks promising! hopefully the planned features will land soon.
ReplyDeleteThe GAE plugin for eclipse is very useful, but, when we are working on teams, is very difficult to update versions. How about a maven plugin???
ReplyDeleteThanks.
I don't use eclipse, but maybe some script that downloads the plugin (or uses a git repo with current plugin version) and registers it with eclipse (or updates it in eclipse plugins location if needed) could help.
ReplyDeletenice release.....luck..
ReplyDeleteOMG, I can now vacuum datastore indexes with the Java SDK! Awesome!!!
ReplyDeleteAlso the ability to programmatically delete queue tasks is something I was loking for.
Nice release. Thanks!
Nice work....I will love to see Full text feature in next release :).
ReplyDeleteCorrection
ReplyDelete*Full Text search
Would anyone be willing to summarize the Django-on-app-engine world again?
ReplyDeleteIf I Google, there are so many out of date articles or stackoverflow questions pointing to abandoned projects.
Google wrote an article about django-nonrel. What are the major differences between using the django 1.2.6 release and django-nonrel on app engine?
I'd like to second the request for more specifics on implementing Django 1.2.6 on GAE. Is there a sample app available? There are so many different Django GAE examples and projects out there that it is not clear (at least to me) what needs to be done to get 1.2.6 implemented.
ReplyDeleteJust going to add my voice to the "need to give clear guidance on django".
ReplyDeleteNon-python developers might well find it very hard to get started, as they have to spend a while trying to work out what solution is 'best'.
(I personally decided to skip the django part, as I wanted to get started making things)
Let me give examples of the Django thing. Probably with 1.2.6, you get:
ReplyDelete- app engine models, not Django models
- hence no Django admin interface
But what about using other Django "apps" (e.g., user login package)?
And what about testing (through manage.py) or internationalization? No?