A

Admin • 831.35K Points
Coach

Q. How are static files managed in Django?

  • (A) With `manage.py collectstatic`
  • (B) With `manage.py gatherstatic`
  • (C) With `manage.py bundlestatic`
  • (D) With `manage.py runstatic`
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`collectstatic` gathers all static files into a single location for serving in production.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.