Skip to content

Commit

Permalink
📝 (Missing content) Add links to diff-store.com in section 7 lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
jslvtr committed May 25, 2022
1 parent d8fbe15 commit 3215e05
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ draft: false
---

# Setting up the Microblog project with Flask

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/60ac442d39c7427d815e1d4abd74526d](https://diff-store.com/diff/60ac442d39c7427d815e1d4abd74526d)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ draft: false
---

# Receiving form data using Flask

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/475b5a22fd4b4d8194c1825889c6770e](https://diff-store.com/diff/475b5a22fd4b4d8194c1825889c6770e)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Displaying past entries in the Microblog project
# Displaying past entries in the Microblog project

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/295f249cf29e46918c8d8391699f7c02](https://diff-store.com/diff/295f249cf29e46918c8d8391699f7c02)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Formatting dates correctly in our entries
# Formatting dates correctly in our entries

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/d183b361cc8d4b0d9626a4bdf4f93644](https://diff-store.com/diff/d183b361cc8d4b0d9626a4bdf4f93644)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Storing Microblog entries in MongoDB
# Storing Microblog entries in MongoDB

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/0c3715d611e148a78f6150003f689f74](https://diff-store.com/diff/0c3715d611e148a78f6150003f689f74)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Retrieving Microblog entries from MongoDB
# Retrieving Microblog entries from MongoDB

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/6e3c246e29ad46f6a9ac1e71d2876b37](https://diff-store.com/diff/6e3c246e29ad46f6a9ac1e71d2876b37)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Using Flask's app factory pattern
# Using Flask's app factory pattern

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/b474a5eb637c475db58af2bae2dab9b9](https://diff-store.com/diff/b474a5eb637c475db58af2bae2dab9b9)
:::

0 comments on commit 3215e05

Please sign in to comment.