I use Django but I need to find the default templates and applications.
I don\'t know where it\'s installed.
How can I find that?
Try this on an terminal.
$ python -v import django # directory /home/user/.virtualenvs/myenv/local/lib/python2.7/site-packages/django # some other imports.