Explain the file structure of a complicated Django project?
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.
BY Best Interview Question ON 14 Sep 2019