Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add StudentMarksCRUD using Django #11

Merged
merged 3 commits into from Oct 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,6 +7,9 @@
[submodule "vanilla/prook"]
path = vanilla/prook
url = https://github.com/Greeshma2903/Prook
[submodule "django/studentmarkscrud"]
path = django/studentmarkscrud
url = https://github.com/TheInspiredConjurer/StudentMarksCRUD
[submodule "android/gitcheatfinder"]
path = android/gitcheatfinder
url = https://github.com/aritra-tech/GitCheatFinder
Expand Down
34 changes: 20 additions & 14 deletions README.md
Expand Up @@ -56,38 +56,44 @@ NOTE:
EXAMPLE:
| project-name | description |
-->

<!-- ### [go](/go/) -->
<!-- ### [node](/node/) -->
<!-- ### [python](/python/) -->
<!-- ### [rust](/rust/) -->
<!-- ### [vue](/vue/) -->

### [android](/android/)

| Project Name (as is) | Description |
| -------------------- | ------------------------------------------------------------- |
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |

### [django](/django/)

| Project Name (as is) | Description |
| -------------------- | --------------------------------------------------------- |
| studentmarkscrud | Application to perform CRUD operations by students' marks |

### [ReactJS](/react/)
### [reactJS](/react/)

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

<!-- ### [go](/go/) -->

### [node](/node/)

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

<!-- ### [python](/python/) -->
<!-- ### [rust](/rust/) -->
<!-- ### [vue](/vue/) -->

### [Vanilla JS](/vanilla/)
### [vanilla JS](/vanilla/)

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

### [Android](/android/)

| Project Name (as is) | Description |
| -------------------- | ------------------------------------------------------------- |
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |

## Folder Structure 📁

```
Expand Down
1 change: 1 addition & 0 deletions django/studentmarkscrud
Submodule studentmarkscrud added at e88ec6