From 835e40a6d8d4b6f357a6370f658313fe7ddee816 Mon Sep 17 00:00:00 2001 From: GURANNA GOUDA <110026505+Gurupatil0003@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:20:57 +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 10f0c24..00d4ec6 100644 --- a/Lab.md +++ b/Lab.md @@ -149,7 +149,7 @@ cd debug_app ```python -python manage.py startapp main +django-admin startapp main ``` - Configure settings.py: - Open debug_app/settings.py and ensure the DEBUG mode is turned on.