What is the file structure of a typical Django project like?

What is the file structure of a typical Django project like?

The file structure of a typical Django Project :-

  1. All projects that we are working.
  2. Source Files ,i.e., the application.
  3. Working copy of repository (i.e., git).
  4. Virtual Environment.
  5. Static root files.
  6. Media root files.
  7. README.
  8. LICENSE.