On Tue, Apr 7, 2009 at 2:42 PM, ab3...@gmail.com <ab3...@gmail.com> wrote:
> > I'm working through the tutorial and got stuck near the end of part 2. > It says: > > "Now copy the template admin/base_site.html from within the default > Django admin template directory (django/contrib/admin/templates) into > an admin subdirectory ..." > > I cannot figure out what they mean by directory django/contrib/admin/ > templates > > This looks like a relative path, but relative to what? When I created > my project there were no subdirectories called django. > > What are they talking about? > > > > It's relative to wherever you installed Django itself. If you aren't sure where django is intalled on your system(perhaps a package manager installed it) you can do import django; django.__file__ which shows the __init__ file in the django/ directory of that path. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---