L
L
leha782016-01-24 06:31:44
Django
leha78, 2016-01-24 06:31:44

Question about running a Django site on a server?

There is a website on the local machine. It's time to run on the server. On the local, I created a virtual environment for the project separately, that is, inside the project folder. As a result, the win_env folder appeared in the project.
On the server, it advises you to first create a virtual environment. But I get the environment in the folder already. How to deal with it? Or create an environment on the server in the project folder again?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2016-01-24
@leha78

Django does not know about the environment
, create on the server and copy the project files

A
Alexander, 2016-01-24
@Kr1og5n

dimonchik2013 said everything correctly, first you create an environment on the server, then copy your project and set up the launch from the created environment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question