Re: Tutorial 2 admin Template not found

2008-01-05 Thread yak-man
I got the svn version, and "installed" from it into my Python2.5.1 - on Windows... After reading this, I looked at the site-packages/django/contrib/admin directory -- it was missing the media and templates directories... I gave up, and svn'd into my Python area too (and all seems well now). Is

Re: Tutorial 2 admin Template not found

2007-12-23 Thread kadavy
Thanks, everyone, Jeff, I installed the SVN version, like you said - and it worked! I guess I was under the (apparently false) impression that the official release would be better to install than the SVN version. On Dec 22, 3:47 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > I have no problems g

Re: Tutorial 2 admin Template not found

2007-12-22 Thread Empty
> > So I've discovered that I can get the admin page to show up if I add '/ > System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/contrib/admin/templates' to TEMPLATE_DIRS in the > settings.py file for my project (for some reason this doesn't work in > glo

Re: Tutorial 2 admin Template not found

2007-12-22 Thread Jeff Anderson
I have no problems going through the tutorial (and creating my own apps) on my mac. Are you using the development server to do all of this? I could see where you'd have the problems you are having if you are trying this all through apache/mod_python. How did you install django? from source? I don't

Re: Tutorial 2 admin Template not found

2007-12-22 Thread kadavy
So I've discovered that I can get the admin page to show up if I add '/ System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ site-packages/django/contrib/admin/templates' to TEMPLATE_DIRS in the settings.py file for my project (for some reason this doesn't work in global_settings

Tutorial 2 admin Template not found

2007-12-21 Thread kadavy
I have 0.96 installed and I'm working on Tutorial 2: http://www.djangoproject.com/documentation/0.96/tutorial02/ Everything from Tutorial 1 worked just fine, but once I follow the steps under "Activate the admin site" and try to visit admin, I get a TemplateDoesNotExist for admin/login.html I ch