diff --git a/README.txt b/README.txt index 00de1da..d06601d 100644 --- a/README.txt +++ b/README.txt @@ -3,11 +3,10 @@ Configuration You should add gadjo.finders.XStaticFinder to STATICFILES_FINDERS, - STATICFILES_FINDERS = ( - "django.contrib.staticfiles.finders.FileSystemFinder", - "django.contrib.staticfiles.finders.AppDirectoriesFinder", - "gadjo.finders.XStaticFinder", - ) + from django.conf import global_settings + + STATICFILES_FINDERS = global_settings.STATICFILES_FINDERS + \ + ('gadjo.finders.XStaticFinder',) There is a CDNS settings, that can contain a list of (cdn name, protocol) tuples; for example: