Q. Which file is essential to turn a folder into a Django app?
β
Correct Answer: (B)
__init__.py
Explanation: `__init__.py` makes a directory a Python package, which Django can treat as an app.