def get_pony_urls():
"""Function to return some pony urls which will not change."""
base_url = "{url}{staticpath}images/pony[size].png".format(
url=settings.SOCIALHOME_URL, staticpath=settings.STATIC_URL
)
return [
base_url.replace("[size]", "300"), base_url.replace("[size]", "100"), base_url.replace("[size]", "50")
]
评论列表
文章目录