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?
in the CLI you can do this:
>>> import django
>>> django
<module 'django' from '/usr/local/lib/python2.6/dist-packages/django/__init__.pyc'>