Deployment Python Virtualenv Python Deployment With Virtualenv (on A No-internet-access Server) June 13, 2024 Post a Comment 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)
Deployment Django Google Cloud Platform Python Sendgrid Net::err_cert_common_name_invalid Error On Email Reset Using Sendgrid May 08, 2024 Post a Comment 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
Deployment Django Heroku Python Django: Not Found Static/admin/css March 22, 2024 Post a Comment 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