From 26b5517937d111a5237efd03703b23784eb5daf4 Mon Sep 17 00:00:00 2001 From: Andrew Aikman Date: Thu, 30 May 2024 08:36:46 +0100 Subject: [PATCH] Added docs --- historic_data_import/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 historic_data_import/README.md diff --git a/historic_data_import/README.md b/historic_data_import/README.md new file mode 100644 index 0000000..486dc3f --- /dev/null +++ b/historic_data_import/README.md @@ -0,0 +1,9 @@ +# ShedPi Historic Data import + +Imports historic data collected by the builtin logger implementation + +## Running the data importer + +```shell +python manage.py data_import +```