Hi, if django is in your python path, you can try:
>>> import django >>> django.__file__ On a side note, it's probably not a good idea to edit anything in your django installation because you will loose these changes once you run an update. Maybe have a look at the docs how to define your own admin templates http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates Regards, Daniel On Mon, Oct 6, 2008 at 6:27 AM, Felipe Sodré Silva <[EMAIL PROTECTED]> wrote: > Hi. > > I've made a django installation a few months ago, but now I forgot where the > installation directory is (that is, the directory where I can edit Admin > template files and other contrib files). > > Is there an easy way to discover where it is? I'm using MacOS X > > Thanks ! > > Felipe > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

