Config, secrets, basic POST handling

* add script/config
  * add atst.ini
  * add cookie_secret
  * update docs
This commit is contained in:
Brian Duggan
2018-05-31 13:55:18 -04:00
committed by Jason Garber
parent 6cf7a7bffa
commit a340eede07
11 changed files with 43 additions and 22 deletions

1
app.py
View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python
import os
import tornado.ioloop
from atst.app import make_app, make_config