Momentum logo
Team 8 Classroom

Django CRUD

Posted on Jun 18th, 2021

For this weekend assignment, keep working with your code buddies from this week.

🎯 Project

Build a CRUD application from scratch. This app should let you catalog your music collection.

This is due on Monday.

Django Music

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

🔖 Resources

🐴 Django docs

🦉 Notes

Tags: phase-2 django

Back to home