Answers for ": You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path."

1

: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.

STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
Posted by: Guest on September-13-2020

Code answers related to ": You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path."

Browse Popular Code Answers by Language