InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between a project and an app in Django? |
|
Answer» In simple WORDS Project is the entire DJANGO APPLICATION and an app is a module inside the project that deals with one SPECIFIC use case. |
|