: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path. code example
Example: : 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')