On Sun, 2006-09-24 at 16:11 +0200, Manuel Saelices wrote: > Hi all, > > I just look 3811 revision... tha patch makes posible you can run > development server with: > > ./manage.py runserver --adminmedia /foo/path/ > > It is a good idea, but I think it can be done besides with a > ADMIN_MEDIA_DIR (or ADMIN_MEDIA_ROOT) setting, instead of have to > remember runserver with that option.
Look at the ticket that change was addressing (#2600). The patch submitted there originally used a setting and Adrian pointed out that it was a bit of overkill for an edge case like the development server. I agree with Adrian's logic here: we do have to be a bit careful about just making everything a setting, since otherwise the important settings get lost in amongst the documentation for all the relatively insignificant settings. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
