When I run python manage.py collectstatic --noinput in my local machine, it works fine. But when heroku runs python manage.py collectstatic --noinput it gives error like this: for entry in os.scandir(...
0 Vote
0 Answer
101 Views