Answer the question
In order to leave comments, you need to log in
How to run a django site on a local machine under Mac OS X?
I have 2 projects that are now connected to bitbucket, in order to check projects and possibly change something (simple things), I need to run the site on my local computer running OS X.
Tell me how to do this or share a link to the instructions?
Answer the question
In order to leave comments, you need to log in
The startup process is well documented in the Django documentation. Start at least with the tutorial:
https://docs.djangoproject.com/en/1.9/intro/tutorial01/
The startup process under Mac OS X has no cardinal differences.
I usually use Vagrant + virtualbox for any projects. Yes, it is more resource-intensive, but it allows you not to be afraid to experiment. The repository contains Vagrantfile, which allows you to quickly raise the dev environment on any OS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question