Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is the difference between a Django project and an app?

  1. A A project is the deployable configuration; an app is a self-contained module of functionality
  2. B An app contains many projects
  3. C They are the same thing
  4. D A project can contain only one app
Answer

A project is the deployable configuration; an app is a self-contained module of functionality

One project contains many apps. A well-designed app is organised by business domain and is potentially reusable across projects.

All Django MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as