raise ImproperlyConfigured("You're using the staticfiles app " code example
Example: set staticroot settings to a filesystem path
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')