Implemented instance paths

This commit is contained in:
Armin Ronacher 2011-08-10 13:34:58 +02:00
parent 63876614b6
commit 153ecbc920
3 changed files with 94 additions and 8 deletions

View file

@ -26,6 +26,11 @@ Relase date to be decided, codename to be chosen.
- Malformed JSON data will now trigger a bad request HTTP exception instead
of a value error which usually would result in a 500 internal server
error if not handled. This is a backwards incompatible change.
- Applications now not only have a root path where the resources and modules
are located but also an instane path which is the designated place to
drop files that are modified at runtime (uploads etc.). Also this is
conceptionally only instance depending and outside version control so it's
the perfect place to put configuration files etc.
Version 0.7.3
-------------