Skip to content

Commit 1c6f682

Browse files
Feat: Add StudentMarksCRUD using Django (#11)
Co-authored-by: Medam Greeshma <[email protected]>
1 parent f945579 commit 1c6f682

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[submodule "vanilla/prook"]
88
path = vanilla/prook
99
url = https://github.com/Greeshma2903/Prook
10+
[submodule "django/studentmarkscrud"]
11+
path = django/studentmarkscrud
12+
url = https://github.com/TheInspiredConjurer/StudentMarksCRUD
1013
[submodule "android/gitcheatfinder"]
1114
path = android/gitcheatfinder
1215
url = https://github.com/aritra-tech/GitCheatFinder

README.md

+20-14
Original file line numberDiff line numberDiff line change
@@ -56,38 +56,44 @@ NOTE:
5656
EXAMPLE:
5757
| project-name | description |
5858
-->
59+
60+
<!-- ### [go](/go/) -->
61+
<!-- ### [node](/node/) -->
62+
<!-- ### [python](/python/) -->
63+
<!-- ### [rust](/rust/) -->
64+
<!-- ### [vue](/vue/) -->
65+
66+
### [android](/android/)
67+
68+
| Project Name (as is) | Description |
69+
| -------------------- | ------------------------------------------------------------- |
70+
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |
71+
72+
### [django](/django/)
73+
74+
| Project Name (as is) | Description |
75+
| -------------------- | --------------------------------------------------------- |
76+
| studentmarkscrud | Application to perform CRUD operations by students' marks |
5977

60-
### [ReactJS](/react/)
78+
### [reactJS](/react/)
6179

6280
| Project Name (as is) | Description |
6381
| -------------------- | ------------------------------------------------------- |
6482
| react-shopping-cart | Webpage to store social links, using TailwindCSS and JS |
6583

66-
<!-- ### [go](/go/) -->
67-
6884
### [node](/node/)
6985

7086
| Project Name (as is) | Description |
7187
| -------------------- | ---------------------------------------------------------------- |
7288
| Blogging-Website | A Complete Blogging Website made with - Express, Nodejs, MongoDB |
7389

74-
<!-- ### [python](/python/) -->
75-
<!-- ### [rust](/rust/) -->
76-
<!-- ### [vue](/vue/) -->
77-
78-
### [Vanilla JS](/vanilla/)
90+
### [vanilla JS](/vanilla/)
7991

8092
| Project Name (as is) | Description |
8193
| -------------------- | ------------------------------------------------ |
8294
| links-card | Webpage to store one's social links |
8395
| prook | Simple portfolio webpage built using tailwindCSS |
8496

85-
### [Android](/android/)
86-
87-
| Project Name (as is) | Description |
88-
| -------------------- | ------------------------------------------------------------- |
89-
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |
90-
9197
## Folder Structure 📁
9298

9399
```

django/studentmarkscrud

Submodule studentmarkscrud added at e88ec60

0 commit comments

Comments
 (0)