Issue
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?
Solution
in the CLI you can do this:
>>> import django
>>> django
<module 'django' from '/usr/local/lib/python2.6/dist-packages/django/__init__.pyc'>
Answered By - Uku Loskit
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.