You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/08_setting_up_microblog_with_flask/README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,7 @@ draft: false
12
12
---
13
13
14
14
# Setting up the Microblog project with Flask
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/60ac442d39c7427d815e1d4abd74526d](https://diff-store.com/diff/60ac442d39c7427d815e1d4abd74526d)
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/09_receive_form_data_flask/README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,7 @@ draft: false
12
12
---
13
13
14
14
# Receiving form data using Flask
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/475b5a22fd4b4d8194c1825889c6770e](https://diff-store.com/diff/475b5a22fd4b4d8194c1825889c6770e)
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/10_display_past_entries_microblog/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
11
11
draft: false
12
12
---
13
13
14
-
# Displaying past entries in the Microblog project
14
+
# Displaying past entries in the Microblog project
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/295f249cf29e46918c8d8391699f7c02](https://diff-store.com/diff/295f249cf29e46918c8d8391699f7c02)
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/11_formatting_dates_correctly_microblog/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
11
11
draft: false
12
12
---
13
13
14
-
# Formatting dates correctly in our entries
14
+
# Formatting dates correctly in our entries
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/d183b361cc8d4b0d9626a4bdf4f93644](https://diff-store.com/diff/d183b361cc8d4b0d9626a4bdf4f93644)
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/14_storing_entries_mongodb/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
11
11
draft: false
12
12
---
13
13
14
-
# Storing Microblog entries in MongoDB
14
+
# Storing Microblog entries in MongoDB
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/0c3715d611e148a78f6150003f689f74](https://diff-store.com/diff/0c3715d611e148a78f6150003f689f74)
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/15_retrieving_entries_mongodb/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
11
11
draft: false
12
12
---
13
13
14
-
# Retrieving Microblog entries from MongoDB
14
+
# Retrieving Microblog entries from MongoDB
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/6e3c246e29ad46f6a9ac1e71d2876b37](https://diff-store.com/diff/6e3c246e29ad46f6a9ac1e71d2876b37)
Copy file name to clipboardExpand all lines: curriculum/section07/lectures/16_flask_app_factory_pattern/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
11
11
draft: false
12
12
---
13
13
14
-
# Using Flask's app factory pattern
14
+
# Using Flask's app factory pattern
15
+
16
+
::: tip
17
+
List of all code changes made in this lecture: [https://diff-store.com/diff/b474a5eb637c475db58af2bae2dab9b9](https://diff-store.com/diff/b474a5eb637c475db58af2bae2dab9b9)
0 commit comments