Heads up! To view this whole video, sign in with your Courses Plus account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
So what about when you want a list of records with a form for adding a new item? Maybe you can just smash `ListView` and `CreateView` together?
This approach has gotten a lot better in recent versions of Django. It used to be a nightmare but now it often just works. I can't tell you how glad I am for that change!
It still isn't the best way to combine view functionality, though. Generally you'll want to combine view classes with mixins to get just the bits and pieces you need. Check out the next video for how to do that.
You need to sign up for Treehouse in order to download course files.
Sign up