forked from orbit-oss/flask
Implemented instance paths
This commit is contained in:
parent
63876614b6
commit
153ecbc920
3 changed files with 94 additions and 8 deletions
5
CHANGES
5
CHANGES
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue