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

Python Deployment With Virtualenv (on A No-internet-access Server)

My production server has no access to the internet, so it's a bit a mess copying all the depend… Read more Python Deployment With Virtualenv (on A No-internet-access Server)

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