This magically began working - I swear.
--~--~-~--~~~---~--~~
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 ema
I am going through the tutorial 3 for the SVN version:
http://www.djangoproject.com/documentation/tutorial03/
And everything works fine until I get to "Decoupling the URLconfs.
Here are what my urls.py files look like:
# Installation-specific urls.py
from django.conf.urls.defaults import *
urlp
ia url in a production
> server--like apache. On my production server, I haven't bothered to get
> it working, so my admin interface is very boring and plain looking, but
> I don't really use it anyway. On the django built-in development server
> it should just work.
>
> Goo
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
5 matches
Mail list logo