Add invitations

This commit is contained in:
D. Scott Boggs 2025-06-01 11:55:03 -04:00
parent 29543026ed
commit 600a6af27a
11 changed files with 465 additions and 19 deletions

View file

@ -0,0 +1,6 @@
from roc_fnb.website.database import Database
db = Database.from_env()
db.db.users.delete_many({})
db.db.invitations.delete_many({})

View file

@ -1,2 +1,3 @@
#!/usr/bin/env bash
export APP_HOSTNAME=localhost:1312
python -m pytest --capture no --ignore mounts