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 does python manage.py check --deploy do?

  1. A Runs the test suite
  2. B Audits settings for common production security misconfigurations
  3. C Deploys the application
  4. D Validates templates
Answer

Audits settings for common production security misconfigurations

It reports issues such as DEBUG being enabled, missing HSTS, and insecure cookie settings, and is an easy pre-deployment gate.

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