How do I create a specific version of Django Project in virtualenv

such as My Python is 3.6.8,I want to create Django 1.11.8 project In virtual environment?How should I do?

1、I create Django Project in virtual environment in Pycharm,but the Django version is auto latest

0
1 comment

Hello 1051277749,

PyCharm uses the latest stable Django version from pip when you are creating a Django project. 

If you need to set up a specific Django version: please select a Python project, install the required Django version and initialize the Django project manually.

0

Please sign in to leave a comment.