I
I
Igor Mamontov2016-03-12 19:10:12
Django
Igor Mamontov, 2016-03-12 19:10:12

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

3 answer(s)
S
Sergey Gornostaev, 2016-03-12
@goonwarez

python manage.py runserver is just for this purpose.

V
Vladimir Kuts, 2016-03-12
@fox_12

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.

A
Andrey Veklichev, 2016-03-13
@wzooff

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 question

Ask a Question

731 491 924 answers to any question