Deployment errors [closed]
When I try to deploy my web app built with Windsurf in Heroku, I get the following errors:
Error: Unable to generate Django static files.
!
! The 'python manage.py collectstatic --noinput' Django
! management command to generate static files failed.
!
! See the traceback above for details.
!
! You may need to update application code to resolve this error.
! Or, you can disable collectstatic for this application:
!
! $ heroku config:set DISABLE_COLLECTSTATIC=1
!
! https://devcenter.heroku.com/articles/django-assets
Please help fix it.