File tree
Expand file treeCollapse file tree
22 files changed
+540
-102
lines changedFilter options
- application
- static/img
- flask_sqlalchemy_tutorial
- static
- css
- img
- templates
Expand file treeCollapse file tree
22 files changed
+540
-102
lines changed.env.example
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
+39-24Lines changed: 39 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
41 | 48 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
-32Lines changed: 0 additions & 32 deletions
This file was deleted.
-25Lines changed: 0 additions & 25 deletions
This file was deleted.
application/static/img/flask-sqlalchemy.jpg
Copy file name to clipboard-564 KB
Binary file not shown.
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 | 3 |
|
3 | 4 |
|
| ||
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
9 |
| - |
| 10 | + |
10 | 11 |
|
11 |
| - |
| 12 | + |
12 | 13 |
|
| 14 | + |
13 | 15 |
|
14 |
| - |
15 |
| - |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
application/__init__.py renamed to flask_sqlalchemy_tutorial/__init__.py
Copy file name to clipboardExpand all lines: flask_sqlalchemy_tutorial/__init__.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 | 3 |
|
3 | 4 |
|
|
flask_sqlalchemy_tutorial/models.py
Copy file name to clipboard+45Lines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
flask_sqlalchemy_tutorial/routes.py
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
application/static/css/style.css renamed to flask_sqlalchemy_tutorial/static/css/style.css
Copy file name to clipboardFile renamed without changes.
application/static/img/favicon.png renamed to flask_sqlalchemy_tutorial/static/img/favicon.png
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
application/templates/analytics.jinja2 renamed to flask_sqlalchemy_tutorial/templates/analytics.jinja2
Copy file name to clipboardFile renamed without changes.
application/templates/layout.jinja2 renamed to flask_sqlalchemy_tutorial/templates/layout.jinja2
Copy file name to clipboardFile renamed without changes.
application/templates/users.jinja2 renamed to flask_sqlalchemy_tutorial/templates/users.jinja2
Copy file name to clipboardFile renamed without changes.
0 commit comments