I'd like to personally see bigger, more realistic implementations of projects with frameworks. It gets old seeing simple "todo" list apps. I've personally pursued GitHub for large Django projects and haven't had much luck. It's nice to see what a "bigger than demo" project looks like, so then you can "smell" the framework better. This isn't just a Django thing, btw, I find it especially true for all these new MVC-ish JavaScript frameworks.
I've been working on an in-house Django project and all I've used so far is the Django Tutorial on their site and their documentation. Believe it or not it's actually rather comprehensive.
For everything else, I have searched google for "<idea name I need to program> Django". Gets me the right answer or sample code I need most of the time.
Thanks for your replies. I think I understand the basics of the framework, and was looking more for some well designed examples of Django projects. As of now I have extremely lengthy views in my projects, and have pretty much no idea how to design projects the 'right way'. Thanks!