Phase 3.1: Enhanced Chore Logging and Reporting System
This commit is contained in:
12
run_diagnostics.bat
Normal file
12
run_diagnostics.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
echo Running Family Hub Diagnostics...
|
||||
echo.
|
||||
cd /d D:\Hosted\familyhub\backend
|
||||
call venv\Scripts\activate
|
||||
python diagnose.py
|
||||
echo.
|
||||
echo Now testing password verification...
|
||||
echo.
|
||||
python test_passwords.py
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user