File tree 5 files changed +7
-19
lines changed
5 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 2
2
venv
3
3
* ~
4
4
.DS_Store
5
+ env
Original file line number Diff line number Diff line change 2
2
# Imports
3
3
#------------------------------------------------------------------------------#
4
4
5
- from flask import *
5
+ from flask import * # do not use '*'; actually input the dependencies
6
6
from flask .ext .sqlalchemy import SQLAlchemy
7
7
import logging
8
8
from logging import Formatter , FileHandler
Original file line number Diff line number Diff line change 1
- 2013-02-23 20:40:44,717 INFO: errors [in app.py:50]
2
- 2013-02-23 20:40:44,908 INFO: errors [in app.py:50]
3
- 2013-02-23 20:41:29,389 INFO: errors [in app.py:50]
4
- 2013-02-23 20:41:49,729 INFO: errors [in app.py:51]
5
- 2013-02-23 20:41:50,958 INFO: errors [in app.py:52]
6
- 2013-02-23 20:45:05,391 INFO: errors [in app.py:52]
7
- 2013-02-23 20:47:41,542 INFO: errors [in app.py:55]
8
- 2013-02-23 20:50:38,048 INFO: errors [in app.py:71]
9
- 2013-02-23 20:50:38,223 INFO: errors [in app.py:71]
10
- 2013-02-23 20:52:44,673 INFO: errors [in app.py:71]
11
- 2013-02-23 20:52:44,845 INFO: errors [in app.py:71]
12
- 2013-02-23 20:55:59,383 INFO: errors [in app.py:71]
13
- 2013-02-23 20:55:59,560 INFO: errors [in app.py:71]
14
- 2013-02-23 21:00:40,516 INFO: errors [in app.py:72]
1
+
Original file line number Diff line number Diff line change 13
13
14
14
# set your classes here
15
15
16
-
17
16
'''
18
17
class User(Base):
19
18
__tablename__ = 'Users'
Original file line number Diff line number Diff line change 1
- Flask
2
- Flask-WTF
3
- Flask-SQLAlchemy
1
+ Flask == 0.10.1
2
+ Flask-SQLAlchemy == 1.0
3
+ Flask-WTF == 0.8.4
4
+
You can’t perform that action at this time.
0 commit comments