Q&A
Ask and answer questions to make information more available to wider audiences.
Angela Morison @morisonangela   03, May 2023 12:00 AM
the difference between a project and an app
In Django’s context, what’s the difference between a project and an app?
answers 1
 
Answer 1
Warren Bloxam @bloxamwarren   05, May 2023 07:32 PM
The project covers the entire application, while an app is a module or application within the project that deals with one dedicated requirement. So, a project consists of several apps, while an app features in multiple projects.