DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

list dir myvenv/ in file trees and fix nested tree display #1600

Closed das-g closed 5 years ago

das-g commented 5 years ago

List dir myvenv/ in file trees and fix nested tree display.

Also, order entries the way tree does.

The new version of the listings were created by running

tree -L 3 djangogirls -I *.pyc -I __pycache__

from the directory containing the djangogirls directory and then manually replacing the subtree below myvenv with just ... and removing the line at the end with the number-of-files statistic.