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?
Simply type python -m django --version or type pip freeze to see all the versions of installed modules including Django.
in the CLI you can do this:
>>> import django >>> django <module 'django' from '/usr/local/lib/python2.6/dist-packages/django/__init__.pyc'>
$ python >>> import django >>> django.__file__ '/usr/local/lib/python2.7/site-packages/django/__init__.pyc'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With