Mateusz Łapsa-Malawski
Results
12
issues of
Mateusz Łapsa-Malawski
Currently attampt to create VM in eu-west-2 results in: "Error setting machine configuration from flags provided: Invalid region specified"
I've found it useful to have before_request triggered before shell execution. It's even more important as teardown_request is automatically executed by exit() from shell. diff --git a/flaskext/script.py b/flaskext/script.py index 5a3996f..2ff3148...