On Tue, Feb 10, 2009 at 12:38 PM, djandrow <andrewkenyon...@gmail.com> wrote:
>
> I believe its quite akward to create a system link in XP so I tried
> copying them to myproject/media file, but it didn't like that either.
>
> Should they go in the htdocs file or what?
>

This is more an Apache question, things should be set up in a way such
that when you access, for example django/contrib/admin/media/img/arrow-down-png
(or a copy of it) can be accessed through

http://yourhost/media/img/arrow-down-png

and yes, as the "2. Or, copy the admin media files so that they live
within your Apache document root." blurb suggests, copying the
django/contrib/admin/media tree to your document root would be one way
of achieving this.

Another option would be to use the Alias and Directory apache
configuration directives
(http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias)

-- 
 Ramiro Morales

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to