The feature works -- you just don't understand it. You probably know
what, but be aware that e-mailing a list and suggesting that their
software is fundamentally broken is not the best way to get friendly
help.

Have a look at the docs for settings.py:
http://docs.djangoproject.com/en/1.2/ref/settings/

The ADMIN_MEDIA_PREFIX has nothing to do with your project's directory
structure. Your code directories are not exposed to the public via
your Web server (unless you've done something horribly wrong). This
setting lets you specify an absolute or relative path to the admin
media as seen by the client's browser. If your Web server isn't
serving it at the path you specify then you're not going to see your
changes.

Shawn

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