Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/api/urls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

from django.urls import path
from .views import PostList, PostDetail
from .views import TaskList, TaskDetail
Expand Down
Binary file added backend/media/s2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified backend/root/__pycache__/settings.cpython-39.pyc
Binary file not shown.
Binary file modified backend/root/__pycache__/urls.cpython-39.pyc
Binary file not shown.
494 changes: 464 additions & 30 deletions frontend/react/graduation3/graduation3/package-lock.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions frontend/react/graduation3/graduation3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@
"private": true,
"dependencies": {
"@ciar4n/izmir": "^1.0.1",
"@fortawesome/fontawesome-free": "^6.3.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"helmet": "^7.0.0",
"joi": "^17.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"sass": "^1.62.1",
"styled-components": "^5.3.11",
"use-navigation": "^0.0.3",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
Loading