Exemple #1
0
def create_database():
    Download.create_table()
    DownloadAccount.create_table()
    return redirect('/')