πŸ“Š Django
Q. Which command starts a new Django project?
  • (A) django new
  • (B) django-admin startproject
  • (C) django create
  • (D) manage.py newproject
πŸ’¬ Discuss
βœ… Correct Answer: (B) django-admin startproject

Explanation: `django-admin startproject` is used to start a new Django project.

Explanation by: Mr. Dubey
`django-admin startproject` is used to start a new Django project.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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