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.py).

But admin shows up with no styling. Looks like my "MEDIA_ROOT" is
wrong? I tried entering '/System/Library/Frameworks/Python.framework/
Versions/2.5/lib/python2.5/site-packages/django/contrib/admin/media',
but that doesn't work...and how am I to know the MEDIA_URL? Don't I
have to map a URL or something? Is this stuff just not covered in the
tutorial?

Clearly I'm confused and have lots of questions - hopefully someone
can help me make sense of at least one or two of them.

Thanks so much for your help.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to