On Nov 3, 1:47 am, Carl Karsten <c...@personnelware.com> wrote: > On Oct 28, 9:45 pm, SmileyChris <smileych...@gmail.com> 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 django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.