You can type: "./manage.py shell" from the directory with the manage.py file.
Then, once you are in the shell, type: "import satchmo" "satchmo.__file__" That should show the filesystem location of the active satchmo. Note that the python path for manage.py isn't necessarily the same as the path for the server. It is possible that the server and manage.py are using different versions of satchmo, but unlikely. Hope that helps, Alex On Thu, Jul 1, 2010 at 2:56 PM, Rtty <[email protected]> wrote: > I am working on a satchmo project which I didnt start (the original > developer is no longer available). There are many versions of the > satchmo source throughout the directories. How can I tell which one > is being used by the project? > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
