Q. Which file is required to treat a directory as a Python package in Django?
β
Correct Answer: (B)
init.py
Explanation: __init__.py makes the directory a Python package.