From d9fa3b96ecab96b92ef0258ce71fc8982a310233 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 17 Mar 2012 15:32:50 -0700 Subject: working ep.io deployment --- app.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app.yaml (limited to 'app.yaml') diff --git a/app.yaml b/app.yaml deleted file mode 100644 index 9f320f9..0000000 --- a/app.yaml +++ /dev/null @@ -1,15 +0,0 @@ -application: pinkyswearapp -version: 1 -runtime: python -api_version: 1 -threadsafe: false - -handlers: -- url: /js - static_dir: js - -- url: /css - static_dir: css - -- url: /.* - script: app.py \ No newline at end of file -- cgit v1.3.1