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

Django: Not Found Static/admin/css

I just deployed my first Django app on Heroku but I notice that it doesn't have any CSS like wh… Read more Django: Not Found Static/admin/css

Django Using Nginx To Serve Static Content

I am trying to configure nginx to serve the static content for my django project on a remote VPS. I… Read more Django Using Nginx To Serve Static Content

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?

Why Does My ML Model Deployment In Azure Container Instance Still Fail With "current Service State: Transitioning"?

I am using Azure Machine Learning Service to deploy a ML model as web service. I registered a model… Read more Why Does My ML Model Deployment In Azure Container Instance Still Fail With "current Service State: Transitioning"?