Momentum logo
Team 10 Classroom

πŸ”Ž Django Search πŸ•΅οΈβ€β™‚οΈ

Posted on Nov 15th, 2021

πŸ—“οΈ Today’s Topics

  • Checking in on Code Snippets and Flashcards progress
  • Git collaboration review & questions
  • Django review & questions
  • Implementing search
  • Foreign key recursive relationships

🎯 Project: Code Snippets | Flashcards

Keep on with your end-of-phase project. Today you should have models that you can use in the shell and in your application and at least a solid start on the CRUD functionality your application needs.

πŸ”– Resources

Debugging

Foreign Keys

Models & Queries

  • LearnDjango: SearchTutorial Will uses class-based views in this post but you can still follow almost all of his steps and use function-based views.
  • MDN: Sending Form Data Scroll down to the section on the GET method to see how to include form data as query parameters.

Back to home