Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ubuntu Server

Django Apache Wsgi Changes Python Version

I've installed my Django app on an Ubuntu server with Apache2.4.7 and configured it to use py3.… Read more Django Apache Wsgi Changes Python Version

Schedule Python Script With Crontab

I have a bash script that I am trying to run with a cron job. I'm trying to run the cron job o… Read more Schedule Python Script With Crontab