Google App Engine
kataloogi pihta tehtud päringud staatiliste failide juurde vastavas kataloogis, kõik muu aga skriptile
main.py
application: kylalised
version: 1
runtime: python
api_version: 1
handlers:
- url: /stiilid
static_dir: static/stiilid
- url: .*
script: main.py
index.yaml
Andmebaasi indeksite deklaratsioonid. Kuna aga täiendavaid indekseid pole vaja, jääb see fail
oma originaalsele kujule, midagi selles muuta või lisada pole vaja.
indexes:
# AUTOGENERATED
# This index.yaml is automatically updated whenever the dev_appserver
# detects that a new type of query is run. If you want to manage the
# index.yaml file manually, remove the above marker line (the line
# saying "# AUTOGENERATED"). If you want to manage some indexes
# manually, move them above the marker line. The index.yaml file is
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.
main.py