forked from 3wordchant/capsul-flask
		
	add debug test log
This commit is contained in:
		| @ -192,6 +192,8 @@ def detail(id): | ||||
| @bp.route("/create", methods=("GET", "POST")) | ||||
| @account_required | ||||
| def create(): | ||||
|   current_app.logger.debug(f"console.create()!") | ||||
|  | ||||
|   vm_sizes = get_model().vm_sizes_dict() | ||||
|   operating_systems = get_model().operating_systems_dict() | ||||
|   public_keys_for_account = get_model().list_ssh_public_keys_for_account(session["account"]) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user