difference between a project and app in Django python tutorials points
A project is a collection of application . whereas an app are small Submodule in project which are responsible for handling single functionEcommereceCustomer product Authentication In above example E-commerce is a project and customer ,product ,authenticationetc. are the apps associated with it.If you combine them all into a single app then code changes will be … Read more