Q. What is the purpose of Django’s `manage.py` file?
β
Correct Answer: (C)
Provides a command-line interface for administrative tasks
Explanation: `manage.py` is used to execute Django-specific commands from the command line.