So the answer is yes. The virtualenv is not a requirement to set up a Django project .
Read moreWhich Python version is best for Django?
Since newer versions of Python are often faster, have more features, and are better supported, the latest version of Python 3 is recommended. You don’t lose anything in Django by using an older release, but you don’t take advantage of the improvements and optimizations in newer Python releases.
Read moreWhich IDE is best suited in Django?
15 Best Django IDE and editors
Read moreHow do I get Django in PyCharm?
PyCharm is incredibly easy for Python development, especially for Django development. All you have to do is go to the navigation bar, click on File -> New Project, and you’ll see a panel. Look to your left and select Django . All the settings are done for you.
Read moreHow do I install Django on my Mac?
How to Install / Setup Django on Mac
Read moreHow can I import Django?
Django Import Export Library
Read moreHow do I run Django app?
Use the Django admin console
Read more