Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Django ORM Same Old ORM Model Upgrades

Question about requirements.txt

I have downloaded kenneth's workspace and have run it in django. The problem is I dont know which version of django kenneth is using in this video + other installs. Does anyone know?

Thanks

1 Answer

James Joseph
James Joseph
4,885 Points

I believe that Kenneth is using a very old version: 1.8 which is quite dated now since we're on the 2.x releases now, alot has changed since then however if you ignore some of the url stuff he's talking about this course is still viable and it is backwards compatible so you can still use the code on 2.x django.