On Nov 3, 1:47 am, Carl Karsten <[email protected]> wrote: > On Oct 28, 9:45 pm, SmileyChris <[email protected]> wrote: > > > My suggestion is that StaticFilesHandler only does its magic if > > 'django.contrib.staticfiles' is found in INSTALLED_APPS. Does that > > sound acceptable? > > Is it really an app? > > If not, I suggest STATICFILES_URL defaults to None, and setting it > enables the functionality.
It *is* an app, in that it provides management commands when it's enabled. I'd could probably live with it defaulting to '', but I think trying to treat it as an app is a better idea (even if it does permeate through to some core code like the runserver handler). -- 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?hl=en.
