8000 db · jstacoder/flask-ide@78e1ccd · GitHub
[go: up one dir, main page]

Skip to content

Commit 78e1ccd

Browse files
committed
db
1 parent 84a04f8 commit 78e1ccd

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

requirements.txt

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
markdown_checklist
21
Faker==0.0.4
32
Flask==0.10.1
3+
Flask-Admin==1.0.9
44
Flask-Alembic==1.0.2
5-
Flask-DebugToolbar==0.9.0
5+
Flask-DebugToolbar==0.9.2
6+
-e git+/root/projects/github/flask-ide-ro/../flask-ide@3b602f3f547d13b789ea37a7236bd550832513e1#egg=Flask_Ide-heroku/master
67
Flask-PageDown==0.1.5
78
Flask-SQLAlchemy==2.0
89
Flask-Script==2.0.5
910
Flask-WTF==0.10.2
1011
Jinja2==2.7.3
1112
LoginUtils==1.0.1
1213
Mako==1.0.0
13-
Markdown==2.5.1
14+
Markdown==2.5.2
1415
MarkupSafe==0.23
1516
MySQL-python==1.2.5
16-
Pygments==1.6
17+
Pygments==2.0.1
1718
SQLAlchemy==0.9.8
1819
SQLAlchemy-Utils==0.27.5
1920
WTForms==2.0.1
@@ -22,20 +23,24 @@ Werkzeug==0.9.6
2223
alembic==0.6.7
2324
argparse==1.2.1
2425
blinker==1.3
25-
git+https://gitorious.org/flask-codemirror/flask-codemirror-latest.git
26-
27-
#flask-codemirror==0.0.2
28-
flask-xxl==0.7.5
26+
ecdsa==0.11
27+
flask-codemirror==0.0.3
28+
flask-macros==0.1.5
29+
flask-xxl==0.7.6
30+
gevent==1.0.1
31+
greenlet==0.4.5
32+
gunicorn==19.2.0
33+
inflection==0.2.1
34+
ipython==2.4.0
2935
itsdangerous==0.24
3036
jinja2-highlight==0.6.1
37+
markdown-checklist==0.4.1
38+
mr.bob2==0.2.3
39+
paramiko==1.15.2
40+
pycrypto==2.6.1
41+
recaptcha==1.0rc1
42+
requests==2.5.1
3143
six==1.8.0
3244
slugify==0.0.1
3345
wsgiref==0.1.2
34-
inflection
35-
recaptcha
36-
paramiko
37-
flask-macros==0.1.5
38-
gevent
39-
flask-admin==1.0.9
40-
gunicorn
4146
psycopg2

show_db_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
with app.app_context():
44
cls = core.models.ConnectionRecord
5-
print '\n'.join(map(str,[x.ip_address for x in cls.query.all()]))
5+
print '\n'.join(map(str,[(x.ip_address,x.date) for x in cls.query.all()]))

0 commit comments

Comments
 (0)
0