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?
$ python >>> import django >>> django.__file__ '/usr/local/lib/python2.7/site-packages/django/__init__.pyc'