What is Static_root in Django?

devquora
devquora

Posted On: Feb 22, 2018

 

STATIC_ROOT is the absolute path to the directory from where Django collectstatic will static files for deployment.

STATIC_ROOT example:

STATIC_ROOT="/var/www/project_dir/static/"
 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Django Interview Questions

    What does Of Django Field Class types do?

    What does Of Django Field Class types do?..

    Django Interview Questions

    Does Django Follow Architectural pattern?

    Does Django Follow Architectural pattern?..