Exemple #1
0
def admin_api_urls():
    urls = Url.get_all()
    return json.dumps([dict(url.__dict__) for url in urls])