On Dec 21, 2007 4:42 AM, Robert Šmol <[EMAIL PROTECTED]> wrote:

> As my 0.02 cents of new comer I can confirm this was one of the things
> that slows adoption of Django. Proposed change to have ADMIN_MEDIA_PREFIX to
> be /admin_media/ (or either /media/admin/ ) makes more sense (at least for
> me). When I started with django I was confused with when I used /media for
> my media (as suggested in doc) just to find out my admin section is not
> working properly anymore. I either copy the admin folder from <somwhere to
> django installation folder> to /media or I now change ADMIN_MEDIA_PREFIX to
> be /admin_media/ and setup a static server in my urls.conf and I'm pretty
> sure this not the right way anyway (it works but not out of the box).
>

I also had some issues with this when I first started learning Django.  I
remember following through the tutorials only to find that media wasn't
working as I had expected.  The problem was solved after visiting the IRC
channel and receiving some sarcastic support from someone in there.  I
consider myself proficient with Django now, so this is not a problem,
although one of the first things I do when I start a new Django app is
change ADMIN_MEDIA_PREFIX to 'admin-media'.

If this thread still means anything to the django devs, I am +1 on it.  To
me it seems like a minor backwards-incompatible change that would result in
a more enjoyable experience for Django newcomers and it might as well be
cleared up in the next major release.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to