Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a good GAE Datastore Admin Console available in offline mode? I am currently working on designing a REST api using GAE, Flask and Google NDB. In GAE, there is a very nice administration console to let you view/edit the data models. Is there something similar when you're working on the localhost mode? Thanks!

share|improve this question

1 Answer

up vote 2 down vote accepted

There's an admin page at http://localhost:8080/_ah/admin, although it doesn't have all the features of the production admin console.

share|improve this answer
this works great! thanks. – Michael Jan 31 at 2:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.