InterviewSolution
Saved Bookmarks
| 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:
This QUESTION is one of the most important Django INTERVIEW QUESTIONS. |
|