#100DaysOfWeb in Python Transcripts
Chapter: Days 53-56: Django part 2 - registration and login
Lecture: Day 3 + 4: practice yourself

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Congratulations, you made it to the end of Day 53 and 54 which was about watching the videos and seeing me go through the Django registration plugin
0:11 and add users to the app, to the Quotes model and assuring that they can only edit their own quotes. Now it's time to practice yourself.
0:22 So, I encourage you to follow along with my lesson and pip install django_registration get the templates into place
0:30 update your model to add a user foreign key and the templates to make sure that a user can only edit and delete his or her own quotes.
0:40 You can do that just with the Quotes app with the materials provided or maybe if you started already your own app in the first Django model
0:48 you want to further expand that one. That might be more exciting because it's probably something you really care about and need.
0:55 So, again, remember that the learning is in the practice so the more that you use these two days to get practice, the more you get out of it
1:02 and the better you will get at Django and hopefully you can use it in many of your future projects. As always, please share your progress
1:11 using #100DaysOfWeb, and of course feel free to include @talkpython and @pybites. We are very excited to see what you come up with
1:20 using the materials of this lesson. Thank you for watching and see you in the next module.


Talk Python's Mastodon Michael Kennedy's Mastodon