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 trialMirko Xiang Zhao
17,787 PointsNo 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
Treehouse Moderator 68,441 PointsHello 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.
Dmitry Karamin
10,099 PointsThere is no files neither in current video nor in video you gave a link to =(
Unsubscribed User
12,059 PointsI still see no files...
Kenneth Love
Treehouse Guest TeacherGood catch. Workspace should be updated now.
Cristian Romero
11,911 PointsHi Kenneth, It does not seem like its updated yet?
Chris Freeman
Treehouse Moderator 68,441 PointsTagging Craig Dennis for a look see.
Chris Freeman
Treehouse Moderator 68,441 PointsChris Freeman
Treehouse Moderator 68,441 PointsYou 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.