From 7a1ad79af13448bc2d66aec54648874379cacd25 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 14 Dec 2023 18:38:52 +0000 Subject: [PATCH] docs: update info about tmadmin_manage.py file --- docs/api.md | 2 +- docs/dataflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 8ecac8b2..292f6030 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ # API Docs for TM-Admin -## tmadmin-manage.py +## tmadmin_manage.py ::: tm_admin.tmadmin-manage options: diff --git a/docs/dataflow.md b/docs/dataflow.md index bb14abbe..9889a429 100644 --- a/docs/dataflow.md +++ b/docs/dataflow.md @@ -24,7 +24,7 @@ internal data structure for that file. More information on the config file [is here](configuring.md). The actual database schemas are created from the generated SQL -files. The *tmadmin-manage.py* file has a class that also runs +files. The *tmadmin_manage.py* file has a class that also runs standalone and generates all the SQL, python, and protobuf files using the *Generate* class. Once it generates the SQL files, it creates the database and tables.