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
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
>
> 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
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
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
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
6 matches
Mail list logo