S
S
Sulz2018-11-01 15:36:10
Django
Sulz, 2018-11-01 15:36:10

Running a django application using the built-in server?

Good afternoon/evening/night, there is a django blog on the server (linux, nginx, uwsgi). How can I port this blog to my local win10 machine so that I can run it with the built-in django server?
I am not familiar with Django at all, I apologize if I did not describe all the details ..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Segey K., 2018-11-01
@Sulz

1) Install on win10 python of the version you need.
2) Create a virtual environment and activate it
3) Install django and other dependencies, transfer the project somewhere nearby
4) Go to the project root in the terminal and write:
Your blog is spinning on the local machine at 127.0.0.1:8000

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question