1.

Tell us the steps to set static files in Django?

Answer»

The major STEPS to set up static files in Django are-

  • Set STATIC_ROOT in settings.py
  • Now RUN manage.py COLLECT static
  • Setup static files entry on pythonanywhere web tat.

This is one of the major Django interview QUESTIONS and ANSWERS.



Discussion

No Comment Found