I am new to django ! When I use the command python manage.py collectstatic I get this error
python manage.py collectstatic
django.core.exceptions.ImproperlyConfigured: You\'re usi
I had to put STATIC_ROOT and STATIC_URL above the STATICFILES_DIRS declaration.
STATIC_ROOT
STATIC_URL
STATICFILES_DIRS