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 2ebbe69 commit 80bac0cCopy full SHA for 80bac0c
assets/forum.png
29.8 KB
projects.js
@@ -234,7 +234,15 @@ const projects = [
234
url: "https://github.com/ianshulx/Django-Projects-for-beginners/tree/main-616/Django%20Intermediate%20Projects/music-recommendation-system",
235
description: "A Django-based music recommendation system using machine learning to suggest tracks to users.",
236
imgSrc: "assets/music.png"
237
- }
+ },
238
+ {
239
+ title: "Forum website",
240
+ url: "https://github.com/ianshulx/Django-Projects-for-beginners/tree/main-616/Django%20Intermediate%20Projects/django-DiscussionPlatform-App",
241
+ description: "A Django-based forum webisite where people can put their different opinions",
242
+ imgSrc: "assets/Forum.png"
243
244
+
245
246
];
247
248
0 commit comments