App Engine datastore viewer

76 views
Skip to first unread message

Michael Quartly

unread,
Nov 27, 2009, 9:33:47 AM11/27/09
to play-framework
I am using Play! with the app engine module. I am liking the
experience so far but I wish to view the datastore via the datastore
viewer built into the app engine sdk. Ordinarily you would view this
at http://localhost:8080/_ah/admin. How do I make play display the
datastore viewer for me when I view http://localhost:9000/_ah/admin?

Luis Bersier

unread,
Jul 28, 2010, 2:09:17 PM7/28/10
to play-fr...@googlegroups.com
Hi guys,

I am using Play! + GAE, and like Micheal here, I'm searching a way to
access to the datastore viewer with Play, as we can do at
http://localhost:8080/_ah/admin running on dev_appserver.
I found that GAE module include the actions _ah/login, _ah/logout and
_ah/doLogin. Is there a way to get _ah/admin (or something similar)?

Thanks,

LUIS B.


---------- Forwarded message ----------
From: Michael Quartly <pleasedontdisablemyacco...@gmail.com>
Date: Nov 27 2009, 11:33 am
Subject: App Engine datastore viewer
To: play-framework


I am using Play! with the app engine module. I am liking the
experience so far but I wish to view thedatastorevia

thedatastoreviewerbuilt into the app engine sdk. Ordinarily you would
view this
athttp://localhost:8080/_ah/admin. How do I make play display

Luis Bersier

unread,
Jan 20, 2011, 8:11:06 PM1/20/11
to Bendanpa, play-fr...@googlegroups.com
Hello,
Sorry, but I didn't find a solution for this.

---
LUIS B.


2011/1/18 Bendanpa <bend...@gmail.com>
I am also looking for a way to do the same. Do you have solved this?

Thanks,
Bendanpa


On Jul 28 2010, 10:09 am, Luis Bersier <luisbers...@gmail.com> wrote:
> Hi guys,
>
> I am using Play! +GAE, and like Micheal here, I'm searching a way to
> access to thedatastoreviewer with Play, as we can do athttp://localhost:8080/_ah/adminrunning on dev_appserver.
> I found thatGAEmodule include the actions _ah/login, _ah/logout and

David Wursteisen

unread,
Jan 21, 2011, 9:23:20 AM1/21/11
to play-fr...@googlegroups.com
I don't know if you can use directly the admin from app engine local server, but it might not be too difficult to implement a little admin with the gae module for play. (ie: implements an app which respond to /_ah/admin) 

by the way, this admin can be usefull for inbound mail too

2011/1/21 Luis Bersier <luisb...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.

Pascal Voitot Dev

unread,
Jan 21, 2011, 9:27:18 AM1/21/11
to play-fr...@googlegroups.com
but is it just a question of routing in the GAE module or is there any limitations that prevents the GAE module from providing the _ah/admin url in dev server?

Pascal

Guillaume Bort

unread,
Jan 23, 2011, 9:41:22 AM1/23/11
to play-fr...@googlegroups.com
> but is it just a question of routing in the GAE module or is there any
> limitations that prevents the GAE module from providing the _ah/admin url in
> dev server?

Perhaps it could work. Someone should explore this possibility.

--
Guillaume Bort, http://guillaume.bort.fr

For anything work-related, use g...@zenexity.fr; for everything else,
write guillau...@gmail.com

Pascal Voitot Dev

unread,
Jan 23, 2011, 10:12:29 AM1/23/11
to play-fr...@googlegroups.com
I'm going to deploy a new version of my application right now so I can try this soon!

John Towell

unread,
Jan 31, 2011, 2:51:07 PM1/31/11
to play-framework
Anyone figure this out? Seems like a pretty big must for any serious
Play+GAE development.

On Jan 23, 7:12 am, Pascal Voitot Dev <pascal.voitot....@gmail.com>
wrote:
> I'm going to deploy a new version of my application right now so I can try
> this soon!
>
> On Sun, Jan 23, 2011 at 3:41 PM, Guillaume Bort <guillaume.b...@gmail.com>wrote:
>
>
>
>
>
>
>
> > > but is it just a question of routing in the GAE module or is there any
> > > limitations that prevents the GAE module from providing the _ah/admin url
> > in
> > > dev server?
>
> > Perhaps it could work. Someone should explore this possibility.
>
> > On Fri, Jan 21, 2011 at 3:27 PM, Pascal Voitot Dev
> > <pascal.voitot....@gmail.com> wrote:
> > > but is it just a question of routing in the GAE module or is there any
> > > limitations that prevents the GAE module from providing the _ah/admin url
> > in
> > > dev server?
>
> > > Pascal
>
> > > On Fri, Jan 21, 2011 at 3:23 PM, David Wursteisen
> > > <david.wurstei...@gmail.com> wrote:
>
> > >> I don't know if you can use directly the admin from app engine local
> > >> server, but it might not be too difficult to implement a little admin
> > with
> > >> the gae module for play. (ie: implements an app which respond to
> > >> /_ah/admin)
>
> > >> by the way, this admin can be usefull for inbound mail too
>
> > >> 2011/1/21 Luis Bersier <luisbers...@gmail.com>
>
> > >>> Hello,
> > >>> Sorry, but I didn't find a solution for this.
>
> > >>> ---
> > >>> LUIS B.
>
> > >>> 2011/1/18 Bendanpa <benda...@gmail.com>
>
> > >>>> I am also looking for a way to do the same. Do you have solved this?
>
> > >>>> Thanks,
> > >>>> Bendanpa
>
> > >>>> On Jul 28 2010, 10:09 am, Luis Bersier <luisbers...@gmail.com> wrote:
> > >>>> > Hi guys,
>
> > >>>> > I am using Play! +GAE, and like Micheal here, I'm searching a way to
> > >>>> > access to thedatastoreviewer with Play, as we can do
> > >>>> > athttp://localhost:8080/_ah/adminrunningon dev_appserver.
> > >>>> > I found thatGAEmodule include the actions _ah/login, _ah/logout and
> > >>>> > _ah/doLogin. Is there a way to get _ah/admin (or something similar)?
>
> > >>>> > Thanks,
>
> > >>>> > LUIS B.
>
> > >>>> > ---------- Forwarded message ----------
> > >>>> > From: Michael Quartly <pleasedontdisablemyacco...@gmail.com>
> > >>>> > Date: Nov 27 2009, 11:33 am
> > >>>> > Subject: App Enginedatastoreviewer
> > >>>> > To: play-framework
>
> > >>>> > I am using Play! with the app engine module. I am liking the
> > >>>> > experience so far but I wish toviewthedatastorevia
> > >>>> > thedatastoreviewerbuilt into the app engine sdk. Ordinarily you
> > >>>> > wouldviewthis
> > >>>> > athttp://localhost:8080/_ah/admin. How do I make play display
> > >>>> > thedatastoreviewerfor me when Iviewhttp://localhost:9000/_ah/admin?
>
> > >>> --
> > >>> You received this message because you are subscribed to the Google
> > Groups
> > >>> "play-framework" group.
> > >>> To post to this group, send email to play-fr...@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> play-framewor...@googlegroups.com<play-framework%2Bunsubscribe@go oglegroups.com>
> > .
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/play-framework?hl=en.
>
> > >> --
> > >> You received this message because you are subscribed to the Google
> > Groups
> > >> "play-framework" group.
> > >> To post to this group, send email to play-fr...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> play-framewor...@googlegroups.com<play-framework%2Bunsubscribe@go oglegroups.com>
> > .
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/play-framework?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "play-framework" group.
> > > To post to this group, send email to play-fr...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > play-framewor...@googlegroups.com<play-framework%2Bunsubscribe@go oglegroups.com>
> > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/play-framework?hl=en.
>
> > --
> > Guillaume Bort,http://guillaume.bort.fr
>
> > For anything work-related, use g...@zenexity.fr; for everything else,
> > write guillaume.b...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "play-framework" group.
> > To post to this group, send email to play-fr...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > play-framewor...@googlegroups.com<play-framework%2Bunsubscribe@go oglegroups.com>
> > .

Pascal Voitot Dev

unread,
Jan 31, 2011, 4:45:00 PM1/31/11
to play-fr...@googlegroups.com
the /_ah/... are not available in the current implementation (only login and logout)...
but with Guillaume, we agree about the fact that we need to change the way the GAE module is implemented in order to provide better support for GAE dev tools...

This is one of my next opensource targets ;)

regards
Pascal


To unsubscribe from this group, send email to play-framewor...@googlegroups.com.

Darren

unread,
Jun 24, 2011, 9:56:11 AM6/24/11
to play-fr...@googlegroups.com
I take it the CRUD doesn't support your needs?
Reply all
Reply to author
Forward
0 new messages