from roc_fnb.website.database import Database db = Database.from_env() db.db.users.delete_many({}) db.db.invitations.delete_many({})