v2.0.1
Bug fixes
- 🐛 Fixed typos in code where we were referring to
new_form.html
, but it didn't exist. It was callednew_movie.html
. - 🐛 Added missing code from the e-book which was covered in the course videos towards the end of the course (section 14).
- 🐛 More missing code! The Section 7 project's Flask code was not shown in the e-book, but now it is.
Related release
Our project, Diff Store, has also been updated. Now each diff has a button to download the starter code and end code.
We use Diff Store for each lecture of the course, so students can easily see what code we write during the lecture.
This update will make it easier for students to follow along, by downloading the code as shown at the beginning of the lecture (starter code), and at the end of the lecture (end code).
Interesting to note, the end code of one lecture is always (or should always) be the same as the start code of the next lecture.