Re: Django 1.3 alpha static settings consistency

2010-12-01 Thread Russell Keith-Magee
On Thu, Dec 2, 2010 at 4:43 AM, fahhem wrote: > 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 t

Django 1.3 alpha static settings consistency

2010-12-01 Thread fahhem
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