Which command is used to create an app in Django?

7. Which command is used to create an app in Django?

  1. py admin.py startapp-c app_name
  2. py manage.py startapp app_name
  3. py manage.py djangoapp app_name
  4. py manage.py createapp app_name

Answer: B) py manage.py startapp app_name

Explanation:

The command to create an app in Django is:

py manage.py startapp app_name

Comments and Discussions!

Load comments ↻






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