[Answer]-Django-trunk folder under Python27

1👍

django-trunk is meant to be the path to your django installation. django-trunk would be the name of the directory if you were using the development version of Django (according to the Django docs).

Your Django installation is probably in ...python2.7/site-packages/django/.

Leave a comment