From e2dce64a555d62c2442e0604c934958a77d4dd1e Mon Sep 17 00:00:00 2001 From: ilyas829 <72152969+ilyas829@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:01:53 +0530 Subject: [PATCH 1/4] Update admin.py --- JudgingSystem/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/JudgingSystem/admin.py b/JudgingSystem/admin.py index 8c38f3f..1b8dc26 100644 --- a/JudgingSystem/admin.py +++ b/JudgingSystem/admin.py @@ -1,3 +1,4 @@ +#import admin module from django.contrib import admin # Register your models here. From 99973841fd15bf405e894b88fa77253e29764fa5 Mon Sep 17 00:00:00 2001 From: ilyas829 <72152969+ilyas829@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:05:03 +0530 Subject: [PATCH 2/4] Update index.html --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index da7a2eb..77cd647 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,8 +5,10 @@