T
T
Tash1moto2015-10-03 16:11:20
Django
Tash1moto, 2015-10-03 16:11:20

How to set up a server for django on your windows?

Hello.
Is it possible not to rent vps, vds for a small django project, but to run it on your PC. (windows)
Not locally, but with the ability to access the site from the outside world.
If so, please tell me how to set it up.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Kitaev, 2015-10-03
@deliro

Theoretically, you can. nginx appeared for Windows. Try nginx + gunicorn + virtualenv. Locally, globally - the difference is only in port forwarding. If your PC is behind a router, you need to configure NAT in such a way that port 80 (or whatever you want) is forwarded to your PC.

S
sim3x, 2015-10-04
@sim3x

It’s not worth
the server dev is enough for development, and then you will be hosted on Linux anyway

D
devel787, 2015-10-05
@devel787

You can try https://ngrok.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question