πŸ“Š Django
Q. Which command is used to start a new Django app?
  • (A) django-admin app
  • (B) python manage.py appstart
  • (C) python manage.py startapp
  • (D) django-admin createapp
πŸ’¬ Discuss
βœ… Correct Answer: (C) python manage.py startapp

Explanation: `startapp` is the correct command to create a new app.

Explanation by: Mr. Dubey
`startapp` is the correct command to create a new app.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
249
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate