Which statement about Django apps is false?
A Django app is the top-level container for a web application powered by Django.
A Django project is made up of many apps.
Django apps are small libraries designed to represent a single aspect of a project.
Each Django app should do one thing, and one thing alone.