According to some pages in the dev documentation, the settings are STATIC_ROOT and STATIC_URL:
http://docs.djangoproject.com/en/dev/ref/settings/ http://docs.djangoproject.com/en/dev/howto/static-files/ But according to this page and to the actual code, the settings are actually STATICFILES_ROOT and STATICFILE_URL: http://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/ And code files: django/conf/global_settings.py django/conf/project_template/settings.py django/contrib/staticfiles/*.py django/contrib/staticfiles/management/commands/collectstatic.py django/contrib/staticfiles/templatetags/staticfiles.py Is the inconsistency due to switching from one to the other and could someone enlighten us as to the setting that will be used in the future so that Django users can use that (run a regex replace all until the fixes get committed/released)? Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.