Skip to content

Commit

Permalink
updating to new remote admin stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrosjean committed Sep 5, 2011
1 parent a22bd95 commit 7ae513f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
Binary file added .DS_Store
Binary file not shown.
7 changes: 3 additions & 4 deletions app.yaml
Expand Up @@ -3,6 +3,9 @@ version: 12
runtime: python
api_version: 1

builtins:
- remote_api: on

handlers:

- url: /
Expand Down Expand Up @@ -52,10 +55,6 @@ handlers:
- url: /v1/.*
script: documents.py

- url: /remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin

- url: /stats.*
script: $PYTHON_LIB/google/appengine/ext/appstats/ui.py

Expand Down
38 changes: 0 additions & 38 deletions appengine_console.py

This file was deleted.

0 comments on commit 7ae513f

Please sign in to comment.