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 Forms Inlines and Media Custom Form Media

Mirko Xiang Zhao
Mirko Xiang Zhao
17,787 Points

No sortable.min.js and order.js file in workspace

Seems like that there is no js folder under courses hence no sortable and order js files in the workspace

5 Answers

Chris Freeman
MOD
Chris Freeman
Treehouse Moderator 68,423 Points

Hello Mirko,

You are correct. The workspace "Django Forms - Custom Form Media (Started from Django Forms S4V3)" associated with the Custom Form Media video does not have the order.js or the sortable.min.js files. It probably should.

I was able to find the files in these files in the workspace "Django Forms - Formsets (Started from Django Forms S4V1)" from the first video in this stage Formsets.

treehouse:~/workspace$ find . -name \*.js
./learning_site/assets/js/vendor/jquery.min.js
./learning_site/assets/js/vendor/jquery-2.1.4.min.js
./learning_site/assets/js/vendor/modernizr.js
./learning_site/assets/js/vendor/jquery.formset.js
./learning_site/assets/js/vendor/what-input.min.js
./learning_site/assets/js/foundation.min.js
./learning_site/courses/static/courses/js/vendor/jquery.fn.sortable.min.js
./learning_site/courses/static/courses/js/order.js

The missing courses assets should probably be added to the workspace "Django Forms - Custom Form Media (Started from Django Forms S4V3)"

Tagging Kenneth Love for review.

Chris Freeman
Chris Freeman
Treehouse Moderator 68,423 Points

You may have to create a new workspace from scratch to see the files. A reload of an existing workspace will not see the updated files.

Dmitry Karamin
Dmitry Karamin
10,099 Points

There is no files neither in current video nor in video you gave a link to =(

I still see no files...

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

Good catch. Workspace should be updated now.