Welcome to the petshop development environment! Here are some tips: * The code is located at ~/devel/ * Start and stop the development server with `systemctl --user {action} petshop.service` * All logs are viewable through `journalctl --user-unit petshop.service` * You can type `workon petshop` to enter a configured Python virtualenv Once you start the development server, you can navigate to http://localhost:5000/ in your host's browser. Happy hacking!