I must be overlooking something obvious. My error:

<http://dpaste.com/719934/>

The static files collect just fine (currently, I just have admin files
to collect); the above error just shows up every time I run
collectstatic.

Settings:

STATIC_ROOT = '/home/billy/webapps/xyz_static/'
STATIC_URL = '/static/'
STATICFILES_DIRS = ()
STATICFILES_FINDERS = (
    'django.contrib.staticfiles.finders.FileSystemFinder',
    'django.contrib.staticfiles.finders.AppDirectoriesFinder',
    'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
INSTALLED_APPS = (
    'django.contrib.staticfiles',
)

Sorry if this is an obvious one... I could not find anything useful
via a Google search.

Many thanks in advance!

Cheers,
M

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.

Reply via email to