-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.yaml
More file actions
41 lines (31 loc) · 708 Bytes
/
app.yaml
File metadata and controls
41 lines (31 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
application: cs2jweb
version: os-2
runtime: python27
api_version: 1
threadsafe: yes
builtins:
- remote_api: on
inbound_services:
- warmup
libraries:
- name: django
version: latest
handlers:
- url: /_ah/queue/deferred
script: djangoappengine.deferred.handler.application
login: admin
- url: /_ah/stats/.*
script: djangoappengine.appstats.application
- url: /media/admin
static_dir: django/contrib/admin/media
expiration: '0'
- url: /favicon.ico
static_files: public/favicon.ico
upload: public/favicon.ico
- url: /robots.txt
static_files: public/robots.txt
upload: public/robots.txt
- url: /static
static_dir: public/static
- url: /.*
script: djangoappengine.main.application