Added the sample data generation and database reset on the test site for live demonstration.
This commit is contained in:
@@ -71,6 +71,9 @@ def create_app(is_testing: bool = False) -> Flask:
|
||||
from . import auth
|
||||
auth.init_app(app)
|
||||
|
||||
from . import reset
|
||||
reset.init_app(app)
|
||||
|
||||
class UserUtilities(accounting.UserUtilityInterface[auth.User]):
|
||||
|
||||
def can_view(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user