Google News
logo
Django - Quiz(MCQ)
Which of the following is used If you need to deploy your project over WSGI?
A)
wsgi.py
B)
urls.py
C)
settings.py
D)
__init__.py

Correct Answer :   wsgi.py


Explanation : wsgi.py is used if you need to deploy your project over WSGI.

Advertisement