File tree 5 files changed +33
-2
lines changed
5 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1
1
.env
2
2
Pipfile.lock
3
+ .DS_Store
Original file line number Diff line number Diff line change 1
- # flasksqlalchemy-tutorial
1
+ # Flask-SQLAlchemy Tutorial
2
+
3
+ ![ Python] ( https://img.shields.io/badge/Python-3.7.2-blue.svg?logo=python&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e )
4
+ ![ Flask] ( https://img.shields.io/badge/Flask-1.0.2-blue.svg?longCache=true&logo=flask&style=flat-square&logoColor=white&colorB=23a8e2&colorA=36363e )
5
+ ![ PyMySQL] ( https://img.shields.io/badge/PyMySQL-0.9.3-red.svg?longCache=true&style=flat-square&logo=mysql&logoColor=white&colorA=36363e&colorB=4479A1 )
6
+ ![ Flask-SQLAlchemy] ( https://img.shields.io/badge/Flask--SQLAlchemy-2.3.2-red.svg?longCache=true&style=flat-square&logo=scala&logoColor=white&colorA=36363e )
7
+
8
+ ![ Flask-SQLAlchemy Tutorial] ( application/static/img/flask-sqlalchemy.jpg )
9
+
10
+ Source code for tutorial seen on [ Hackers and Slackers] ( https://hackersandslackers.com/manage-database-models-with-flask-sqlalchemy/ ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ class Config:
6
6
7
7
# General
8
8
TESTING = os .environ ["TESTING" ]
9
- SECRET_KEY = os .environ ["SECRET_KEY" ]
10
9
FLASK_DEBUG = os .environ ["FLASK_DEBUG" ]
11
10
12
11
# Database
Original file line number Diff line number Diff line change
1
+ astroid == 2.1.0
2
+ Click == 7.0
3
+ Flask == 1.0.2
4
+ Flask-SQLAlchemy == 2.3.2
5
+ isort == 4.3.4
6
+ itsdangerous == 1.1.0
7
+ Jinja2 == 2.10
8
+ lazy-object-proxy == 1.3.1
9
+ MarkupSafe == 1.1.0
10
+ mccabe == 0.6.1
11
+ pycodestyle == 2.5.0
12
+ pydocstyle == 3.0.0
13
+ pyflakes == 2.1.0
14
+ pylama == 7.6.6
15
+ pylint == 2.2.2
16
+ PyMySQL == 0.9.3
17
+ python-dotenv == 0.10.1
18
+ six == 1.12.0
19
+ snowballstemmer == 1.2.1
20
+ SQLAlchemy == 1.2.17
21
+ Werkzeug == 0.14.1
22
+ wrapt == 1.11.1
You can’t perform that action at this time.
0 commit comments