Q. Which database is set as default in a new Django project? (A) PostgreSQL (B) MySQL (C) SQLite (D) MongoDB ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) SQLite Explanation: By default, Django uses SQLite as the database engine.