From c50bdec8b4fe82e5a25dd9831b9d3101b92682b0 Mon Sep 17 00:00:00 2001 From: dahn94 Date: Sun, 25 Aug 2024 22:20:29 -0300 Subject: [PATCH 1/2] fix: removed duplicate FormView import in quiz/views.py --- quiz/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/quiz/views.py b/quiz/views.py index cd757ca..0ea05bd 100644 --- a/quiz/views.py +++ b/quiz/views.py @@ -8,7 +8,6 @@ from django.views.generic import ( TemplateView, FormView, CreateView, - FormView, UpdateView, ) from django.contrib import messages From 82db1f95f92849ac46dacb48100448cfdce8cc05 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:00:54 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf4273b..2f20e66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Learning management system using django web framework -## Click here [if you need updates or additional features](https://adilmohak.github.io/dj-lms-starter/) +## [Click here](https://adilmohak.github.io/dj-lms-starter/) if you need updates or additional features Feature-rich learning management system. You may want to build a learning management system(AKA school management system) for a school organization or just for the sake of learning the tech stack and building your portfolio, either way, this project would be a good kickstart for you. @@ -48,7 +48,7 @@ If you would like to contribute, simply begin by implementing one from the list # Requirements: -> The following programs are required to run the project +> The following program(s) are required to run the project - [Python3.8+](https://www.python.org/downloads/) @@ -109,6 +109,6 @@ Last but not least, go to this address http://127.0.0.1:8000 ### Help me improve the project and upgrade my trusty old laptop -

adilmohak



+

adilmohak


#### Show your support by ⭐️ this project!