πŸ“Š Django
Q. Which method is used to create a superuser in Django?
  • (A) createsuperuser
  • (B) createsuper
  • (C) makesuperuser
  • (D) addadmin
πŸ’¬ Discuss
βœ… Correct Answer: (A) createsuperuser

Explanation: `createsuperuser` is used to create an admin account with all permissions.

Explanation by: Mr. Dubey
`createsuperuser` is used to create an admin account with all permissions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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