I tried adding requirement.txt/pipfile django-compressor heroku unable to identify even I try heroku run pip it also not work since u people not add pip in piplock
If you are using Pipfile, heroku will ignore requirements.txt. So you can add it to Pipfle by pipenv install django-compressor
Sir their issue with pipenv in window do u have any resolve to it ?like it not recognise I tried in pipenv in Ubuntu it work properly but my project can't push in heroku since it pulling require and remove any changes done
It will easier to diagnose if you include example of heroku output.
But generally speaking, after pipenv install django-compressor you need to commit the updated Pipfile and Pipfile.lock in git.
Thanks this work I guess those 2file only modify
"Setting %s is not of type" % variable, instance_type
remote: django.core.exceptions.ImproperlyConfigured: ('Setting RECAPTCHA_PRIVATE_KEY is not of type',
remote: Waiting for release.... failed.
]
i tried so many thing no work this bug happen when i run on ubuntu saleor copy piplock pipfile into my window saleor
It looks like your setting RECAPTCHA_PRIVATE_KEY is not a string. The error in Heroku has nothing to do with Pipfile.
fixed thnx alot bro