anlegen
This commit is contained in:
17
README.md
17
README.md
@ -0,0 +1,17 @@
|
||||
Ziel-Struktur: alles in einem Verzeichnis
|
||||
Beispiel: ~/mmp_logger/
|
||||
```
|
||||
mmp_logger/
|
||||
├─ mmp_logger.py
|
||||
├─ requirements.txt
|
||||
├─ config.json
|
||||
├─ cost_centers.json
|
||||
├─ data/
|
||||
│ └─ mmp.sqlite
|
||||
├─ logs/
|
||||
│ └─ mmp_logger.log
|
||||
└─ reports/
|
||||
├─ report_weekly.md
|
||||
├─ report_weekly.html
|
||||
└─ report_weekly.pdf (optional)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user