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 ```