STATICFILES_DIRS = ( ('css',os.path.join(STATIC_ROOT,'css')), ('js',os.path.join(STATIC_ROOT,'js')), ('images',os.path.join(STATIC_ROOT,'images')), )