comment about incompatibility of GAE static mapping and parametric router syntax, thanks Jonathan

This commit is contained in:
mdipierro
2013-04-06 10:14:38 -05:00
parent c0b1e387b1
commit bfb3a320bd
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
Version 2.4.5-stable+timestamp.2013.04.06.10.09.56
Version 2.4.5-stable+timestamp.2013.04.06.10.13.58

View File

@@ -21,6 +21,10 @@ default_expiration: "24h" # for static files
handlers:
# Warning! Static mapping - below - isn't compatible with
# the parametric router's language logic.
# You cannot use them together.
- url: /(?P<a>.+?)/static/(?P<b>.+)
static_files: applications/\1/static/\2
upload: applications/(.+?)/static/(.+)