pull/6/head
Hailey Clark 6 years ago
commit 8c8ad5af86
  1. 2
      README.md
  2. 2
      templates/settings.html

@ -9,6 +9,6 @@ This requires a flowroute account. It uses google to authenticate. But I might a
# App Server
App runs via the following command.
> gunicorn3 app.py
> gunicorn3 app:app
This will run and listen to as a daemon.

@ -7,7 +7,7 @@
</script>
</head>
<body>
<h1>Settings for {{ name }}!</h1>
<h1>Settings for {{ user_info['name'] }}!</h1>
<div id='body'>
<div id='accountInfoBlock'>

Loading…
Cancel
Save