First time here? Check out the FAQ!

Revision history  [back]

I had similar problem(i use askbot as a part of another django app). Most probably you've missed to add skin directory to your staticdirs path.

  STATICFILES_DIRS += (

        ('default/media', os.path.join(ASKBOT_ROOT, 'media')),
    )