diff --git a/VERSION b/VERSION index a84ad33d..9c1b22b7 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/app.example.yaml b/app.example.yaml index 96e25b3c..61c6ba55 100644 --- a/app.example.yaml +++ b/app.example.yaml @@ -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.+?)/static/(?P.+) static_files: applications/\1/static/\2 upload: applications/(.+?)/static/(.+)