askbot.skins.utils

askbot.skins.utils.get_media_url(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.utils.get_skin_choices()
askbot.skins.utils.get_skin_dirs()

This Page