Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Scratchcat1 authored Jan 9, 2018
1 parent d38caa0 commit 06689e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/Flask_Test_App.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
COMMANDS["AddFlight"][2]["Query"] = COMMANDS["AddFlight"][2]["Query"].replace("returns","colons")

app = Flask(__name__)
app.config.from_object('config')
app.config.from_object('flask_app.config')



Expand Down
2 changes: 2 additions & 0 deletions flask_app/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
WTF_CSRF_ENABLED = True
SECRET_KEY = '0d92db404a3726d8e3c9b6f37cff8d81d31a05d879f8a647befd5c44fda7633676ef08de672ab206ace6445ccb0069f80b053751445b1d6370a6925c6b5197c6d51510471831ef9bb01122513eebc1f95ed6d5459d20d0438082821bea313767bf94f92fa9a45a882e4f5e5b241f858a2686bcb48b41cbe87cd8b40f9486c78a889b090d06c9302d0efe8f7f6e43464dadd4b9413d96363120896e973cece77d815769df6e2c097cf9fbc5b673d799b5f243b34d233cbcdaf16936c644655b5ae3fa6d4d35f7690a0fc5a21d0311ddda970e5e1d3ef09b58a1a211538cc2eb584110e690658c43e54c3b2b9b4277efa3c0ad9c74e4148161a89f1861c1a38fdc'

0 comments on commit 06689e5

Please sign in to comment.