I have a very simple Django project working on my Windows machine. When I try zipping the project root and unzipping the contents on my Mac I get runtime errors on all the pages. Are there any known differences between how Django is configured/called on Windows vs. Mac, perhaps in settings.py? I can’t seem to figure it out. django.get_version() returns '1.3' on both machines.
I have a very simple Django project working on my Windows machine. When I
Share
One annoyance I had with this was the file paths in settings.py since in osx your directories look like ‘/path/to/directory’.