aboutsummaryrefslogtreecommitdiff
path: root/backend/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-22 11:32:28 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-22 12:11:59 +1100
commit436dd015471cbdea443cfd98536e55e683833c48 (patch)
treef833560544264855f1e0f22e830bbbd17dc51c28 /backend/README.md
parent7348360fead15f85f368d4d4d248e41aa4a2f4f2 (diff)
Add deployment docs and script
Add DEPLOY.md and prebuild.sh Update READMEs Change project name
Diffstat (limited to 'backend/README.md')
-rw-r--r--backend/README.md2
1 files changed, 1 insertions, 1 deletions
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 <br>
Running all tests: `python -m unittest discover -s tests` <br>