CHANGED dev-server.py logic moved into tests/testing_app.py as create_app function, UPDATED tests to use new create_app function, UPDATED shell.nix to work with create_app and testing_app.py, ADDED DB models now defined in accounts/models, ADDED Visit DB model

This commit is contained in:
2024-04-26 14:32:23 -04:00
parent 994bad056b
commit bc33385ebe
10 changed files with 177 additions and 33 deletions

View File

@@ -7,5 +7,5 @@
.PHONY: development-server
development-server: # Start a development server
python3 dev-server.py
flask run --debug