We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ff217 commit 8f1479cCopy full SHA for 8f1479c
README.md
@@ -45,22 +45,30 @@ lafs-cms/
45
├── requirements.txt
46
├── LICENSE
47
├── docs/
48
+│
49
└── app/
50
+ │
51
├── blueprints/
52
+ │ │
53
│ ├── main/
54
│ │ ├── __init__.py
55
│ │ ├── routes.py
56
+ │ │ │
57
│ │ ├── static/
- │ │ ├── templates/
- │ ├── cms/
- │ │ ├── __init__.py
- │ │ ├── routes.py
58
- │ │ ├── static/
59
+ │ │ └── templates/
60
+ │ └── cms/
61
+ │ ├── __init__.py
62
+ │ ├── routes.py
63
64
+ │ ├── static/
65
+ │ └── templates/
66
67
├── crud/
68
│ └── __init__.py
69
├── helpers/
70
71
72
├── app.py
73
└── lafs.db
74
```
0 commit comments