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.
Loading...
Related Quiz
- The process of converting source code into bytecode, which is then executed by the Python interpreter, is called _______.
- How would you remove duplicate values from a list in Python?
- You have to visualize the frequency distribution of a categorical variable. Which type of plot would you prefer using Matplotlib?
- One primary use case of tuples in Python programming is for _______ of multiple values.
- In Python, a dictionary can use immutable data types, like strings and tuples, as keys but not _______.