Where is my Django installation?

Pierre de LESPINAY picture Pierre de LESPINAY · Aug 12, 2011 · Viewed 70.8k times · Source

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?

Answer

Uku Loskit picture Uku Loskit · Aug 12, 2011

in the CLI you can do this:

>>> import django
>>> django
<module 'django' from '/usr/local/lib/python2.6/dist-packages/django/__init__.pyc'>