Z
Z
zelsky2015-10-02 08:49:21
Django
zelsky, 2015-10-02 08:49:21

Running test server on any windows?

The customer asked if it was possible to create it on Windows as on Linux, that is, he went into the virtual environment, activated it, went into the project folder, launched the test server. Everything is also only under Windows, is it really possible to do this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor Lyutoev, 2015-10-02
@loader777

It works the same on windows as it does on linux. One to one.

A
Alexey Ovdienko, 2015-10-02
@doubledare

venv\Scripts\activate
python manage.py runserver

venv - folder virtaulenv
second command if you are in the root of the project, where manage.py is located

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question