Q. What is the default port when running Django locally?
β
Correct Answer: (C)
8000
Explanation: By default, Django runs on port 8000 when using the development server.