Charlie Eleanor Awbery

#Django



Troubleshooting Django deployment with cPanel and Passenger

June 6, 2020 |  Categories:  tech   python   django   deployment   tutorials  

The fifth and final post in a series on Deploying Django to Apache: what to do when deployment doesn't work. ...

Configuring a Python app for Passenger wsgi in cPanel

June 6, 2020 |  Categories:  tech   python   django   deployment   tutorials  

This is the fourth post in the Deploying Django series: how to register and configure your app for Passenger to run with Apache ...

Deploy a Django app with MySQL

June 1, 2020 |  Categories:  tech   python   django   deployment   tutorials  

In this tutorial, the third of the Deploying Django series, you will recreate a MySQL database remotely using phpMyAdmin in cPanel then configure your app to load data from MySQL in production ...

Deploying Django: upload your app to a web host

May 30, 2020 |  Categories:  tech   python   django   deployment   tutorials  

Putting your Django app on the remote server is the first stage of deployment from your local environment to production...

Deploying a Django app

May 30, 2020 |  Categories:  python   django   deployment   tutorials  

Deploying a Django app is complicated and there are different ways to go about it. This post tells you what you need to know so you can decide how to deploy your Django app ...