askbot.skins.loaders

askbot.skins.loaders.find_media_source(url)

returns url prefixed with the skin name of the first skin that contains the file directories are searched in this order: askbot_settings.ASKBOT_DEFAULT_SKIN, then ‘default’, then ‘commmon’ if file is not found - returns None and logs an error message

askbot.skins.loaders.load_template_source(name, dirs=None)

This Page