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. 
For eg, payment SYSTEM(app) in the eCommerce app(Project).



Discussion

No Comment Found