>Wound up just copying the admin media directories into my media
>directory. Pipe up if there's a better way ...

Instead of copying, you can use a symbolic link to the media files:

If the httpd.conf had:

   alias /media/ /home2/rp/webapps/django/media_files/media

the link would be similar to:

   ln -s ~/django/django/contrib/admin/media/
/home2/rp/webapps/django/media_files/media

(Thanks for your earlier questions regarding the media files, I used
the information last night)


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to