コード例 #1
0
def bender_url(context, full_asset_path):
    return get_static_url(full_asset_path, template_context=context)
コード例 #2
0
def static_url(static_path):
    return get_static_url(static_path)