Parameters

Report a typo

Match the parameters from settings.py file with their meaning.

Match the items from left and right columns
BASE_DIR
DEBUG
ALLOWED_HOSTS
SECRET_KEY
INSTALLED_APPS
List with all apps that will be used in a project
Top hierarchy directory of your Django project
List of all domains that can run your project
Security-related variable used to sign sensitive data
Allows access to the Django built-in debugger
___

Create a free account to access the full topic