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/"
Never Miss an Articles from us.
What does Of Django Field Class types do?..
Does Django Follow Architectural pattern?..