django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting. error code example
Example: set staticroot settings to a filesystem path
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')