Skip to content

Commit 8f1479c

Browse files
committed
Update project structure
1 parent 56ff217 commit 8f1479c

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,30 @@ lafs-cms/
4545
├── requirements.txt
4646
├── LICENSE
4747
├── docs/
48+
4849
└── app/
50+
4951
├── blueprints/
52+
│ │
5053
│ ├── main/
5154
│ │ ├── __init__.py
5255
│ │ ├── routes.py
56+
│ │ │
5357
│ │ ├── static/
54-
│ │ ├── templates/
55-
│ ├── cms/
56-
│ │ ├── __init__.py
57-
│ │ ├── routes.py
58-
│ │ ├── static/
59-
│ │ ├── templates/
58+
│ │ └── templates/
59+
│ │
60+
│ └── cms/
61+
│ ├── __init__.py
62+
│ ├── routes.py
63+
│ │
64+
│ ├── static/
65+
│ └── templates/
66+
6067
├── crud/
6168
│ └── __init__.py
6269
├── helpers/
6370
│ └── __init__.py
71+
6472
├── app.py
6573
└── lafs.db
6674
```

0 commit comments

Comments
 (0)