1.

Explain the file structure of a complicated Django project?

Answer»

The Django framework of the complicated project includes a collection of a number of web applications which mutually co-ordinate to serve the user request. These applications have their own corresponding features which are REQUIRED to be completed by the same.

Its basic structure contains the following files:
  • Manage.py
  • Settings.py
  • __init___.py
  • Urls.py
  • Wsgi.py

 

This QUESTION is one of the most important Django INTERVIEW QUESTIONS.



Discussion

No Comment Found