質問編集履歴
1
書式の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -57,13 +57,14 @@
|
|
57
57
|
def index():
|
58
58
|
return render_template('index.html')
|
59
59
|
|
60
|
+
```
|
60
61
|
### 試したこと
|
61
62
|
・pip install databases
|
62
63
|
・最新のsqlalchemyのインストール
|
63
64
|
・from app import app, db
|
64
65
|
with app.app_context():
|
65
66
|
db.create_all()
|
66
|
-
|
67
|
+
|
67
68
|
|
68
69
|
### 補足情報(FW/ツールのバージョンなど)
|
69
70
|
windows 10
|