Пример #1
0
def delete_all_domains():
    domains = list(Domain.get_all())
    Domain.bulk_delete(domains)