dramit80 commited on
Commit
5679782
·
verified ·
1 Parent(s): 87e35a6

Upload text.txt

Browse files
Files changed (1) hide show
  1. text.txt +12 -0
text.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ my_school_app/
2
+
3
+ ├── app.py (मुख्य application)
4
+ ├── requirements.txt (Python libraries)
5
+ ├── utils/
6
+ │ ├── database.py (डेटाबेस हँडलिंग)
7
+ │ ├── reports.py (रिपोर्ट generation)
8
+ │ └── auth.py (लॉगिन system)
9
+ └── templates/
10
+ ├── parent_dashboard.html
11
+ ├── teacher_dashboard.html
12
+ └── principal_dashboard.html