From 067ac24135da25032102e724308e16695dc3a23a Mon Sep 17 00:00:00 2001
From: Guy-Galil <63203781+Guy-Galil@users.noreply.github.com>
Date: Mon, 27 May 2024 17:11:24 +0300
Subject: [PATCH] Update README.md
---
README.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d9253c6..b276779 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,19 @@
-# Open Pension Next Generation
+This is the xls ingester project, it reads data from excele files in a given directory into an sql database.
+קבצי המקור הם דוחות "הנכס הבודד" רבעוניים מהגופים הפנסוניים
+# The database structure is as follows:
+importer_kupot - רשימת כל החברות והמסלולים
+importer_reports - linked to kupot - contains the report date and file name
+importer_asset_details - linked to reports - contains the details of assets and values.
## Setup
```
make init
```
+# build the database
+```
+make makemigrations
+```
## Running
@@ -12,6 +21,11 @@ make init
make serve
```
+```
+cd djang
+../venv/bin/python3 manage.py import_from_folder path=
+```
+
## Docker Compose development