You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the Heroku deploy button, it fails at the end of the 'build app', with the following error message included at the end of the build log:
File "/app/.heroku/python/lib/python3.6/site-packages/provider/oauth2/init.py", line 1, in
import backends
ModuleNotFoundError: No module named 'backends'
! Error while running '$ python src/manage.py collectstatic --noinput'.
See 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
! Push rejected, failed to compile Python app.
! Push failed
The text was updated successfully, but these errors were encountered:
When trying to use the Heroku deploy button, it fails at the end of the 'build app', with the following error message included at the end of the build log:
File "/app/.heroku/python/lib/python3.6/site-packages/provider/oauth2/init.py", line 1, in
import backends
ModuleNotFoundError: No module named 'backends'
! Error while running '$ python src/manage.py collectstatic --noinput'.
See 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
! Push rejected, failed to compile Python app.
! Push failed
The text was updated successfully, but these errors were encountered: