A

Admin • 828.03K Points
Coach

Q. Which file is essential to turn a folder into a Django app?

  • (A) manage.py
  • (B) __init__.py
  • (C) urls.py
  • (D) apps.py
  • Correct Answer - Option(B)
  • Views: 14
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`__init__.py` makes a directory a Python package, which Django can treat as an app.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.