Z
Z
zelsky2016-04-07 16:17:53
Django
zelsky, 2016-04-07 16:17:53

Running a django dev server on windows?

The next question is, there is a ready-made project in virtualenv . Is it possible just by copying the folder to run in Windows in which python and virtualenv are installed?
Thought to use djangostack from bitnami

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2016-04-07
@zelsky

# activate virtualenv
# save dependencies
pip freeze 
pip freeze > requirements.txt

# create virtualenv
# install dependencies
pip install -r requirements.txt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question