Momentum logo
Team 8 Classroom

More Intro to Django

Posted on Jun 16th, 2021

Today we’ll continue our intro to Django.

🎯 Project

Today we’ll expand our perspective on Django and see more of it in action with a larger application. This project is due Friday morning.

This assignment asks you to modify existing code to augment its functionality. Please work on this assignment in small groups:

groups = [
  ('Quinten', 'Wendy', 'Robert'),
  ('Sara', 'Roan', 'Logan'),
  ('Dee', 'Shaune', 'Emily'),
  ('Brian', 'Greg')
]

Django Uptact

🔖 Resources

🦉 Code & Notes


Tags: phase-2 django

Back to home