Skip to content Skip to sidebar Skip to footer
Showing posts with the label Deployment

Net::err_cert_common_name_invalid Error On Email Reset Using Sendgrid

I have a Django site which is hosted on GCP App Engine with SendGrid as email host. When resetting … Read more Net::err_cert_common_name_invalid Error On Email Reset Using Sendgrid

Changing Absolute Path To Relative Paths Due To Web Deployment (python - Flask)

I've created an app that works locally and I would like to deploy it to Heroku. As I deploy it … Read more Changing Absolute Path To Relative Paths Due To Web Deployment (python - Flask)

How Do I Deploy A Python Desktop Application?

I have started on a personal python application that runs on the desktop. I am using wxPython as a … Read more How Do I Deploy A Python Desktop Application?

What's The Advantage Of Running Multiple Threads Per Uwsgi Process?

If I'm performing blocking operations like querying a database, then what is the advantage? How… Read more What's The Advantage Of Running Multiple Threads Per Uwsgi Process?

Setup.py Exclude Some Python Files From Bdist

I have a django project with this kind of architecture : setup.py project/ __init__.py manage.py… Read more Setup.py Exclude Some Python Files From Bdist

'list' Object Has No Attribute 'predict'

I want to deploy a breast cancer detection ml model using flask. here's the error: File 'C:… Read more 'list' Object Has No Attribute 'predict'