From 6add6f1422c1c30db06d918f8fb720af36a803a9 Mon Sep 17 00:00:00 2001 From: GURANNA GOUDA <110026505+Gurupatil0003@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:19:47 +0530 Subject: [PATCH] Update Lab.md --- Lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab.md b/Lab.md index fcb8ee8..10f0c24 100644 --- a/Lab.md +++ b/Lab.md @@ -214,7 +214,7 @@ def error_view(request): ``` - Run the Development Server: With Django’s DEBUG = True, Django will display detailed error pages for any unhandled exceptions. Start the development server: - ``` python +``` python python manage.py runserver ```