From 436dd015471cbdea443cfd98536e55e683833c48 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 22 Jan 2023 11:32:28 +1100 Subject: Add deployment docs and script Add DEPLOY.md and prebuild.sh Update READMEs Change project name --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/README.md') diff --git a/backend/README.md b/backend/README.md index cffbb81..6c7db61 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,6 +1,6 @@ # Files - `hist_data/`: Holds scripts for generating the history database and images -- `histplorer.py`: WSGI script that serves data from the history database +- `chrona.py`: WSGI script that serves data from the history database - `server.py`: Basic dev server that serves the WSGI script and image files - `tests/`: Holds unit testing scripts
Running all tests: `python -m unittest discover -s tests`
-- cgit v1.2.3