I am not really sure why I originally started this process, but
several months back I decided to install Django on OS X. Sensible Django
developers stick with the development web server that’s included with
Django, but coming from PHP, I wanted to get it working with Apache.
This is something that’s somewhat straightforward, but I also wanted it
to work with MySQL. Not only that, it should be the Apache and MySQL
that’s encapsulated within XAMPP.
Over the last several months I have tried a few times and given up,
deciding instead to learn new PHP frameworks, so for that reason, this
isn’t a step-by-step tutorial. This is brief description of the steps
that I can remember taking on this journey to a working Django install.
Please don’t expect it to work fully. Use this article in combination
with the multitude of other articles that cover the individual parts of
the process.