In Django, the ____ file is used to store the settings of a project, such as database configurations.

  • models
  • settings
  • templates
  • views
In Django, the settings.py file is used to store project-level settings, including database configurations, middleware, and other global settings. It's a central configuration file for a Django project.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *