Answers for "django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting."

1

set staticroot settings to a filesystem path

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

Code answers related to "django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting."

Browse Popular Code Answers by Language