Home »
Python »
Django MCQs
Which file is not a part of the Django project content?
9. Which file is not a part of the Django project content?
- settings.py
- manage.py
- templates.py
- py manage.py runserver
Answer: C) templates.py
Explanation:
File "templates.py" is not a part of the Django project content.