Which is the correct command to start the Django development server on your system?

8. Which is the correct command to start the Django development server on your system?

  1. py manage.py localhost
  2. py manage.py runatserver
  3. py manage.py createserver
  4. py manage.py runserver

Answer: D) py manage.py runserver

Explanation:

The correct command to start the Django development server on your system is:

py manage.py runserver

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.